diff --git a/tools/upgrade.sh b/tools/upgrade.sh index 5e085f8..42f79dc 100644 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -14,7 +14,7 @@ echo "1) ${GREEN}Upgrading dotfiles$CLEAR_COLOR" git reset --hard HEAD > /dev/null 2>&1 -if ! git pull > /dev/null 2>&1 +if git pull > /dev/null 2>&1 then echo "$HOME/.dotfiles synced" else