forked from extern/nushell
fix typo in deprecated message: $nu
should be $env
(#9579)
# Description This PR fixes a small typeo where it has `$nu` and it should be `$env`.
This commit is contained in:
parent
9547c106d3
commit
ebd89d8b21
@ -36,7 +36,7 @@ impl Command for LetEnvDeprecated {
|
||||
) -> Result<PipelineData, ShellError> {
|
||||
Err(nu_protocol::ShellError::DeprecatedCommand(
|
||||
self.name().to_string(),
|
||||
"$nu.<environment variable> = ...".to_owned(),
|
||||
"$env.<environment variable> = ...".to_owned(),
|
||||
call.head,
|
||||
))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user