Skip to content

Commit 4632c5a

Browse files
authored
Update which.rs
1 parent 5211aca commit 4632c5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source-code/src/commands/which.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub fn run(package: &str) -> Result<()> {
2929
));
3030
output::dim("The package may provide binaries under different names.");
3131
output::dim(&format!("Check: ls {}",
32-
profile.join("bin").display()));
32+
profile.join("bin").display()));
3333
} else {
3434
return Err(anyhow!("'{}' is not installed — run `hnm install {}`", package, package));
3535
}

0 commit comments

Comments
 (0)