diff --git a/Library/Homebrew/dev-cmd/extract.rb b/Library/Homebrew/dev-cmd/extract.rb index 78e66034af..c1c80f9614 100644 --- a/Library/Homebrew/dev-cmd/extract.rb +++ b/Library/Homebrew/dev-cmd/extract.rb @@ -154,7 +154,7 @@ module Homebrew odebug "Overwriting existing formula at #{path}" path.delete end - ohai "Writing formula for #{name} from revision #{rev} to:", path + ohai "Writing formula for #{name} at #{version} from revision #{rev} to:", path path.dirname.mkpath path.write result end