1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Fix typo in comment

This commit is contained in:
G. Bodenschatz 2013-07-30 15:10:12 +02:00 committed by Lee Hambley
parent ef9614f0bf
commit 5004f8dcf5

View file

@ -95,7 +95,7 @@ module Capistrano
def log(level, message, line_prefix=nil)
if level <= self.level
# Only format output if device is a TTY or formatters are not disabled
# Only format output if device is a TTY and formatters are not disabled
if device.tty? && !@disable_formatters
color = :none
style = nil