mirror of
https://github.com/nushell/nushell.git
synced 2025-05-01 08:34:26 +02:00
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> {
|
) -> Result<PipelineData, ShellError> {
|
||||||
Err(nu_protocol::ShellError::DeprecatedCommand(
|
Err(nu_protocol::ShellError::DeprecatedCommand(
|
||||||
self.name().to_string(),
|
self.name().to_string(),
|
||||||
"$nu.<environment variable> = ...".to_owned(),
|
"$env.<environment variable> = ...".to_owned(),
|
||||||
call.head,
|
call.head,
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user