Skip to content

Commit

Permalink
Fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Feb 4, 2025
1 parent 4e56953 commit 8f75221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/criticalup-cli/src/cli/subcommand/which.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl CommandExecute for Which {
if tools_bin_path_with_exe.exists() {
println!("{}\n", tools_bin_path_with_exe.display());
} else {
return Err(BinaryNotInstalled(self.binary));
return Err(BinaryNotInstalled(self.command));
}
}
#[cfg(not(windows))]
Expand Down

0 comments on commit 8f75221

Please sign in to comment.