remove the env:

This commit is contained in:
Sylvestre Ledru
2021-08-28 09:55:15 +02:00
committed by GitHub
parent d4697d9883
commit 1493027f27
+1 -1
View File
@@ -194,7 +194,7 @@ fn run_env(args: impl uucore::Args) -> UResult<()> {
Err(error) => {
return Err(USimpleError::new(
125,
format!("env: cannot change directory to \"{}\": {}", d, error),
format!("cannot change directory to \"{}\": {}", d, error),
));
}
};