mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Fix upgrade
This commit is contained in:
parent
ed76a913b9
commit
141f709035
|
@ -9,7 +9,7 @@ CLEAR_COLOR="\033[0m"
|
|||
|
||||
cd $HOME/.dotfiles
|
||||
echo "1) ${GREEN}Upgrading dotfiles$CLEAR_COLOR"
|
||||
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