We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5211aca commit 4632c5aCopy full SHA for 4632c5a
1 file changed
source-code/src/commands/which.rs
@@ -29,7 +29,7 @@ pub fn run(package: &str) -> Result<()> {
29
));
30
output::dim("The package may provide binaries under different names.");
31
output::dim(&format!("Check: ls {}",
32
- profile.join("bin").display()));
+ profile.join("bin").display()));
33
} else {
34
return Err(anyhow!("'{}' is not installed — run `hnm install {}`", package, package));
35
}
0 commit comments