Skip to content

Commit 9d87eb5

Browse files
fixed #1311
1 parent 9300939 commit 9d87eb5

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ fn debug_already_fetched<T: Display + Sized>(tool: T) {
3131

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

0 commit comments

Comments
 (0)