Skip to content

Commit

Permalink
Merge pull request paulirish#4 from quicksnap/patch-1
Browse files Browse the repository at this point in the history
bootstrap -> sync
  • Loading branch information
paulirish committed Sep 12, 2012
2 parents 0daeb01 + a7c6ade commit 86fea19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cd "$(dirname "$0")"
git pull
function doIt() {
rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" --exclude "README.md" -av . ~
rsync --exclude ".git/" --exclude ".DS_Store" --exclude "sync.sh" --exclude "README.md" -av . ~
}
if [ "$1" == "--force" -o "$1" == "-f" ]; then
doIt
Expand Down

0 comments on commit 86fea19

Please sign in to comment.