diff --git a/Library/Homebrew/dev-cmd/bottle.rb b/Library/Homebrew/dev-cmd/bottle.rb index 9e22fa7b9a..a296594097 100644 --- a/Library/Homebrew/dev-cmd/bottle.rb +++ b/Library/Homebrew/dev-cmd/bottle.rb @@ -561,8 +561,7 @@ module Homebrew pkg_version = bottle_hash["formula"]["pkg_version"] path.parent.cd do - author = "BrewTestBot " - safe_system "git", "commit", "--no-edit", "--verbose", "--author=#{author}", + safe_system "git", "commit", "--no-edit", "--verbose", "--message=#{short_name}: #{update_or_add} #{pkg_version} bottle.", "--", path end