aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/unpack.rb
diff options
context:
space:
mode:
authorMike McQuaid2018-02-09 12:01:33 +0000
committerGitHub2018-02-09 12:01:33 +0000
commit72aa8f5d457a7e9e20c2cde424cdcbeab4507b7f (patch)
tree48b47a0d15676003358a732cd82090d7571d7785 /Library/Homebrew/cmd/unpack.rb
parentb4443e1cc0b41d2b25ca15b87c3d4cb2ab65837f (diff)
parentb05d69f600e277b9272243ef01a050c77821eb65 (diff)
downloadbrew-72aa8f5d457a7e9e20c2cde424cdcbeab4507b7f.tar.bz2
Merge pull request #3778 from yous/cmd-format-formula
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