From a2f499b6999f6fb9ec3dbcf9a71c57a1bd901fcf Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 4 Sep 2011 14:12:05 -0400 Subject: Removed unnecessary -a --- pull.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit 1.4.1