auto_update: Improve error message when rsync was not found (#39791)
Reworded the error message when the `rsync` utility could not be found. Release Notes: - N/A
This commit is contained in:
@@ -649,7 +649,7 @@ impl AutoUpdater {
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
anyhow::ensure!(
|
||||
which::which("rsync").is_ok(),
|
||||
"Aborting. Could not find rsync which is required for auto-updates."
|
||||
"Could not auto-update because the required rsync utility was not found."
|
||||
);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user