mirror of
https://github.com/nushell/nushell.git
synced 2025-05-19 01:10:48 +02:00
Update error description
This commit is contained in:
parent
632c6d1cd9
commit
7e19a4deb4
@ -74,7 +74,7 @@ impl WholeStreamCommand for AutoenvUnTrust {
|
|||||||
if allowed.files.remove(&file_to_untrust).is_none() {
|
if allowed.files.remove(&file_to_untrust).is_none() {
|
||||||
return
|
return
|
||||||
Err(ShellError::untagged_runtime_error(
|
Err(ShellError::untagged_runtime_error(
|
||||||
"No .nu-env file to untrust in the given directory",
|
"No .nu-env file to untrust in the given directory. Is it missing, or already untrusted?",
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user