lib/git_commands/prompt.rb in git_commands-3.2.4 vs lib/git_commands/prompt.rb in git_commands-3.2.5

- old
+ new

@@ -10,10 +10,10 @@ def out @out ||= STDOUT end def warning(message) - out.puts "\n#{message}...".yellow + out.puts "\n#{message}".yellow end def success(message) out.puts message.to_s.green true