Skip to content

Commit

Permalink
change print to << to match pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
James Patrick committed Apr 27, 2017
1 parent 7ae382c commit 838e496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tty/command/printers/quiet.rb
Expand Up @@ -17,7 +17,7 @@ def print_command_exit(cmd, *args)
end

def write(message)
output.print(message)
output << message
end
end # Progress
end # Printers
Expand Down

0 comments on commit 838e496

Please sign in to comment.