lib/tasks/push.rb in dev-2.1.30 vs lib/tasks/push.rb in dev-2.1.31
- old
+ new
@@ -3,11 +3,11 @@
class Push < Array
def update
if(File.exists?('.git') && `git config --list`.include?('user.name='))
if(`git branch`.include?('* master') || `git branch`.include?('* develop'))
- add_quiet 'git push'
- add_quiet 'git push --tags'
+ add_passive 'git push'
+ add_passive 'git push --tags'
end
end
end
end
\ No newline at end of file