diff --git a/src/error.rs b/src/error.rs index 704c7d7..86356e8 100644 --- a/src/error.rs +++ b/src/error.rs @@ -128,7 +128,7 @@ pub struct ReqwestError(#[from] reqwest::Error); #[derive(Debug, Error, Diagnostic)] #[diagnostic( code(nenv::exec::command), - help("Make sure you selected the correct node version and check if {path:?} exist.") + help("Make sure you selected the correct node version and check if {path:?} exists.") )] #[error("The command `{command}` could not be found for this node version.")] pub struct CommandNotFoundError {