summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2011-09-04 14:12:05 -0400
committerJune McEnroe <june@causal.agency>2011-09-04 14:12:05 -0400
commit84dd4aff85d2769a525930b902ceaf41871852ca (patch)
tree64f9f17641be158a2942db430d847d4a77b8d6d4
parentAdded auto-push (diff)
downloadsrc-84dd4aff85d2769a525930b902ceaf41871852ca.tar.gz
src-84dd4aff85d2769a525930b902ceaf41871852ca.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')