diff --git a/install/src/command.rs b/install/src/command.rs index 30996f564c1220..014753128fcec6 100644 --- a/install/src/command.rs +++ b/install/src/command.rs @@ -507,7 +507,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; }