diff --git a/src/cli/cli_helper.rb b/src/cli/cli_helper.rb index c2a13137e1..eb50c04d95 100644 --- a/src/cli/cli_helper.rb +++ b/src/cli/cli_helper.rb @@ -218,7 +218,7 @@ module CLIHelper if $stdout.tty? ANSI_GREEN + text + ANSI_RESET else - state + text end end