Fix grammar (#221)
* Fix grammar "No sudo or yay" => "Not sudo nor yay" * Fix grammar Not sudo nor yay => Neither sudo nor yay
This commit is contained in:
committed by
Roey Darwish Dror
parent
ecffc5cae4
commit
359e196de7
@@ -146,7 +146,7 @@ fn upgrade_arch_linux(sudo: &Option<PathBuf>, cleanup: bool, run_type: RunType)
|
|||||||
.env("PATH", path)
|
.env("PATH", path)
|
||||||
.check_run()?;
|
.check_run()?;
|
||||||
} else {
|
} else {
|
||||||
print_warning("No sudo or yay detected. Skipping system upgrade");
|
print_warning("Neither sudo nor yay detected. Skipping system upgrade");
|
||||||
}
|
}
|
||||||
|
|
||||||
if cleanup {
|
if cleanup {
|
||||||
|
|||||||
Reference in New Issue
Block a user