lib/airbrussh/console_formatter.rb in airbrussh-1.0.2 vs lib/airbrussh/console_formatter.rb in airbrussh-1.1.0

- old
+ new

@@ -67,10 +67,10 @@ attr_accessor :last_printed_task def write_log_message(log_message) return if debug?(log_message) print_task_if_changed - print_indented_line(gray(log_message.to_s)) + print_indented_line(log_message.to_s) end # For SSHKit versions up to and including 1.7.1, the stdout and stderr # output was available as attributes on the Command. Print the data for # the specified command and stream if enabled and clear the stream.