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:
parent
ef9614f0bf
commit
5004f8dcf5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue