From 29fd98960c06d4a07070056dcf3d1040620cb514 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 1 Apr 2020 16:20:35 +0100 Subject: [PATCH] Revert "bottle: author bottle commit as BrewTestBot" --- Library/Homebrew/dev-cmd/bottle.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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