diff options
author | June McEnroe <programble@gmail.com> | 2011-09-04 14:12:05 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2011-09-04 14:12:05 -0400 |
commit | a2f499b6999f6fb9ec3dbcf9a71c57a1bd901fcf (patch) | |
tree | 64f9f17641be158a2942db430d847d4a77b8d6d4 | |
parent | Added auto-push (diff) | |
download | src-a2f499b6999f6fb9ec3dbcf9a71c57a1bd901fcf.tar.gz src-a2f499b6999f6fb9ec3dbcf9a71c57a1bd901fcf.zip |
Removed unnecessary -a
-rwxr-xr-x | pull.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pull.rb b/pull.rb index d06df66b..538e0bd2 100755 --- a/pull.rb +++ b/pull.rb @@ -24,5 +24,5 @@ dotfiles.each do |a, b| end system('git add .') -system('git commit -a') +system('git commit') system('git push') |