lib/leap_cli/log.rb in leap_cli-1.5.1 vs lib/leap_cli/log.rb in leap_cli-1.5.6

- old
+ new

@@ -78,9 +78,10 @@ # prefix clear_prefix = colored_prefix = "" if title prefix_options = case title when :error then ['error', :red, :bold] + when :fatal_error then ['fatal error', :red, :bold] when :warning then ['warning:', :yellow, :bold] when :info then ['info', :cyan, :bold] when :updated then ['updated', :cyan, :bold] when :updating then ['updating', :cyan, :bold] when :created then ['created', :green, :bold] \ No newline at end of file