Skip to content

Commit

Permalink
Fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jan 29, 2025
1 parent c6171eb commit 816c9f2
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(tool));
return Err(BinaryNotInstalled(binary));
}
}
#[cfg(not(windows))]
Expand Down

0 comments on commit 816c9f2

Please sign in to comment.