mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
version: show built time git branch (#6609)
This commit is contained in:
@ -59,7 +59,7 @@ pub fn version(
|
||||
|
||||
cols.push("branch".to_string());
|
||||
vals.push(Value::String {
|
||||
val: shadow_rs::branch(),
|
||||
val: shadow::BRANCH.to_string(),
|
||||
span: call.head,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user