Skip to content

Commit

Permalink
fix bin exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
ajashton committed Aug 27, 2016
1 parent bf6b9b1 commit 96f6b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sync
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rsync \
--exclude ".DS_Store" \
--exclude "*.swp" \
--exclude "README.md" \
--exclude "bin" \
--exclude "./bin" \
-av --no-perms . ~

source ~/.profile

0 comments on commit 96f6b88

Please sign in to comment.