andsens / homeshick

git dotfiles synchronizer written in bash
MIT License
2.11k stars 145 forks source link

Remove debug output from pull.sh #157

Closed sebastianw closed 8 years ago

sebastianw commented 8 years ago

A change in pull.sh has a debug line that probably shouldn't be there. It outputs a spurious "1" when pulling:

fire@danton:~ $ homeshick pull vim
         pull vim
1
      updates The castle vim has new files.
     symlink? [yN] y
      symlink .vim/bundle/vim-git
andsens commented 8 years ago

You're right, thank you for the fix @sebastianw!