Update error description

This commit is contained in:
Sam Hedin 2020-06-22 18:45:14 +02:00
parent 632c6d1cd9
commit 7e19a4deb4

View File

@ -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?",
)); ));
} }