diff options
Diffstat (limited to 'tvix')
-rw-r--r-- | tvix/store/src/proto/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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. |