aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAndrew Janke2016-10-17 00:45:37 -0400
committerAndrew Janke2016-10-17 00:45:37 -0400
commite72f1139ad212b09650775009960ae30a98a4cd4 (patch)
tree75d6adb3f3a0f795599b444163f4f4b8e1cca741 /Library
parentde880f1e870d91dd838228de2987f9bd6d194aef (diff)
downloadbrew-e72f1139ad212b09650775009960ae30a98a4cd4.tar.bz2
Formatter: identifier: only reset color, not full styling
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/utils/formatter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils/formatter.rb b/Library/Homebrew/utils/formatter.rb
index a29a0d491..4685e8c5d 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)