fix upgrading

This commit is contained in:
Ivan Bushchik 2022-07-09 18:30:44 +03:00
parent d43eeeb3cd
commit b6198d56ad
No known key found for this signature in database
GPG key ID: 3E4E9C7D66E44BF7

View file

@ -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