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] {
|
def u [arg?: string@_update_args] {
|
||||||
|
if $arg == null {
|
||||||
|
^update
|
||||||
|
} else {
|
||||||
^update $arg
|
^update $arg
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# gclone aliases
|
# gclone aliases
|
||||||
|
|
Loading…
Reference in New Issue