Add missing blank line to path check warning

This commit is contained in:
Robbert van der Helm
2020-07-16 22:57:49 +02:00
parent 0f9599df4d
commit 1df581cc55
+1 -1
View File
@@ -87,7 +87,7 @@ pub fn verify_path_setup() -> Result<(), String> {
Ok(_) => Err(shell.to_string()),
Err(err) => {
eprintln!(
"Warning: could not run login shell, skipping PATH setup check: {}",
"\nWarning: could not run login shell, skipping PATH setup check: {}",
err
);
Ok(())