diff --git a/install/src/command.rs b/install/src/command.rs index 8a81e1d72337ec..e9261b95553b18 100644 --- a/install/src/command.rs +++ b/install/src/command.rs @@ -508,7 +508,7 @@ fn add_to_path(new_path: &str) -> bool { Ok(()) } append_file(&rcfile, &shell_export_string).unwrap_or_else(|err| { - format!("Unable to append to {rcfile:?}: {err}"); + println!("Unable to append to {rcfile:?}: {err}"); }); modified_rcfiles = true; }