fix(updater): refresh date of last update only on successful update

This commit is contained in:
Marc Cornellà
2021-01-21 11:52:09 +01:00
parent cd4918c2cd
commit d978f385e5
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env zsh
if [ -z "$ZSH_VERSION" ]; then
exec zsh "$0"
exec zsh "$0" "$@"
fi
cd "$ZSH"