lib/tasks/push.rb in dev-2.0.194 vs lib/tasks/push.rb in dev-2.0.195

- old
+ new

@@ -5,9 +5,9 @@ class Push < Array def update if(File.exists?('.git') && `git config --list`.include?('user.name=') && `git branch`.include?('* master')) self << 'git push' - self << 'git push --tags'# if Git.branch != 'develop' && Internet.available? + self << 'git push --tags' end end end \ No newline at end of file