From a6c7869393930c667e837b99cd36e0d8e9eb2498 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 17 May 2023 15:02:50 +0300 Subject: fix(tvix/store/src/proto/mod.rs): fix error string This was missed while renaming NixPath to StorePath. Change-Id: Ibcc929c43b111e4370e8222c1dd86d403548367f Reviewed-on: https://cl.tvl.fyi/c/depot/+/8577 Reviewed-by: tazjin Tested-by: BuildkiteCI Autosubmit: flokli --- tvix/store/src/proto/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/store/src/proto/mod.rs') diff --git a/tvix/store/src/proto/mod.rs b/tvix/store/src/proto/mod.rs index 62741a3ad508..528d0fb061fd 100644 --- a/tvix/store/src/proto/mod.rs +++ b/tvix/store/src/proto/mod.rs @@ -53,7 +53,7 @@ pub enum ValidatePathInfoError { NoNodePresent(), /// Invalid node name encountered. - #[error("Failed to parse {0} as NixPath: {1}")] + #[error("Failed to parse {0} as StorePath: {1}")] InvalidNodeName(String, store_path::Error), /// The digest the (root) node refers to has invalid length. -- cgit 1.4.1