diff --git a/pull.sh b/pull.sh index b35163f..02fc61d 100644 --- a/pull.sh +++ b/pull.sh @@ -1,5 +1,5 @@ #!/bin/bash if [ -f ~/git/dotfiles ] ; then git config pull.rebase false - (cd ~/git/dotfiles && git pull) + (cd ~/git/dotfiles && git pull) # test if work fi \ No newline at end of file