Skip to content

Commit 4364d3f

Browse files
fixed #1311
1 parent 6da7130 commit 4364d3f

File tree

1 file changed

+1
-1
lines changed
  • crates/volta-core/src/tool

1 file changed

+1
-1
lines changed

crates/volta-core/src/tool/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fn info_installed<T: Display + Sized>(tool: T) {
3636

3737
#[inline]
3838
fn info_fetched<T: Display + Sized>(tool: T) {
39-
info!("{} fetched {}", success_prefix(), tool);
39+
info!("{} installed and set {} as default\r\n{} to use {} in this project run `volta pin {}`", success_prefix(), tool, note_prefix(), tool, tool);
4040
}
4141

4242
#[inline]

0 commit comments

Comments
 (0)