diff --git a/Library/Homebrew/utils/formatter.rb b/Library/Homebrew/utils/formatter.rb index a29a0d4911..4685e8c5db 100644 --- a/Library/Homebrew/utils/formatter.rb +++ b/Library/Homebrew/utils/formatter.rb @@ -12,7 +12,7 @@ module Formatter end def identifier(string) - "#{Tty.green}#{string}#{Tty.reset}" + "#{Tty.green}#{string}#{Tty.default}" end def success(string, label: nil)