From 9c7b5888656079721737a9a1945d0c62f4adaf78 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 22 Jan 2023 14:23:13 +0100 Subject: [PATCH] Fix typo --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {