Fix update command

This commit is contained in:
Thomas Forgione 2023-11-13 09:59:40 +01:00
parent eefa96bb9a
commit 99eff755bb
1 changed files with 5 additions and 1 deletions

View File

@ -135,7 +135,11 @@ def _update_args [] {
} }
def u [arg?: string@_update_args] { def u [arg?: string@_update_args] {
^update $arg if $arg == null {
^update
} else {
^update $arg
}
} }
# gclone aliases # gclone aliases