Merge pull request #17622 from Kentzo/extract-log-version

This commit is contained in:
Mike McQuaid 2024-07-04 08:26:00 +01:00 committed by GitHub
commit 0fda9cb85e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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