unpack: use Formula#full_name

This commit is contained in:
Xu Cheng 2015-05-27 21:20:17 +08:00
parent 85924eaf9f
commit 019bdb25f1

View File

@ -23,7 +23,7 @@ module Homebrew
rm_rf stage_dir
end
oh1 "Unpacking #{f.name} to: #{stage_dir}"
oh1 "Unpacking #{f.full_name} to: #{stage_dir}"
ENV['VERBOSE'] = '1' # show messages about tar
f.brew do