mirror of
https://github.com/nushell/nushell
synced 2024-11-10 23:24:14 +00:00
fix typo for version
command (#5610)
This commit is contained in:
parent
06f5199570
commit
1e89cc3578
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ pub fn version(
|
|||
|
||||
let build_target: Option<&str> = Some(shadow::BUILD_TARGET).filter(|x| !x.is_empty());
|
||||
if let Some(build_target) = build_target {
|
||||
cols.push("build_os".to_string());
|
||||
cols.push("build_target".to_string());
|
||||
vals.push(Value::String {
|
||||
val: build_target.to_string(),
|
||||
span: call.head,
|
||||
|
|
Loading…
Reference in a new issue