Fix update command
This commit is contained in:
parent
eefa96bb9a
commit
99eff755bb
|
@ -135,7 +135,11 @@ def _update_args [] {
|
|||
}
|
||||
|
||||
def u [arg?: string@_update_args] {
|
||||
^update $arg
|
||||
if $arg == null {
|
||||
^update
|
||||
} else {
|
||||
^update $arg
|
||||
}
|
||||
}
|
||||
|
||||
# gclone aliases
|
||||
|
|
Loading…
Reference in New Issue