summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2011-09-04 14:12:05 -0400
committerJune McEnroe <programble@gmail.com>2011-09-04 14:12:05 -0400
commita2f499b6999f6fb9ec3dbcf9a71c57a1bd901fcf (patch)
tree64f9f17641be158a2942db430d847d4a77b8d6d4
parentAdded auto-push (diff)
downloadsrc-a2f499b6999f6fb9ec3dbcf9a71c57a1bd901fcf.tar.gz
src-a2f499b6999f6fb9ec3dbcf9a71c57a1bd901fcf.zip
Removed unnecessary -a
-rwxr-xr-xpull.rb2
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')