aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/unpack.rb
diff options
context:
space:
mode:
authorChayoung You2018-02-09 11:31:51 +0900
committerChayoung You2018-02-09 18:00:29 +0900
commitb05d69f600e277b9272243ef01a050c77821eb65 (patch)
tree48b47a0d15676003358a732cd82090d7571d7785 /Library/Homebrew/cmd/unpack.rb
parentb4443e1cc0b41d2b25ca15b87c3d4cb2ab65837f (diff)
downloadbrew-b05d69f600e277b9272243ef01a050c77821eb65.tar.bz2
Format identifiers in oh1
Diffstat (limited to 'Library/Homebrew/cmd/unpack.rb')
-rw-r--r--Library/Homebrew/cmd/unpack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/unpack.rb b/Library/Homebrew/cmd/unpack.rb
index 51c2b59f0..aee4ea2eb 100644
--- a/Library/Homebrew/cmd/unpack.rb
+++ b/Library/Homebrew/cmd/unpack.rb
@@ -36,7 +36,7 @@ module Homebrew
rm_rf stage_dir
end
- oh1 "Unpacking #{f.full_name} to: #{stage_dir}"
+ oh1 "Unpacking #{Formatter.identifier(f.full_name)} to: #{stage_dir}"
ENV["VERBOSE"] = "1" # show messages about tar
f.brew do