lib/tasks/push.rb in dev-2.0.274 vs lib/tasks/push.rb in dev-2.0.275

- old
+ new

@@ -1,10 +1,10 @@ desc 'performs a git push' task :push do Tasks.execute_task :push;end class Push < Array def update - if(File.exists?('.git') && `git config --list`.include?('user.name=') && `git branch`.include?('* master')) + if(File.exists?('.git') && `git config --list`.include?('user.name=') && `git branch`.include?('* master') ) add_quiet 'git push' add_quiet 'git push --tags' end end end \ No newline at end of file