summary refs log tree commit diff
diff options
context:
space:
mode:
-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')