From b6198d56ad98c78b60dbc44fad6867d2ad9a8c40 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sat, 9 Jul 2022 18:30:44 +0300 Subject: [PATCH] fix upgrading --- tools/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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