mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
fix upgrading
This commit is contained in:
parent
d43eeeb3cd
commit
b6198d56ad
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue