diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb index 528fd9f95f..9ad220ba17 100644 --- a/Library/Homebrew/cmd/bottle.rb +++ b/Library/Homebrew/cmd/bottle.rb @@ -208,7 +208,7 @@ module Homebrew extend self update_or_add = has_bottle_block ? 'update' : 'add' safe_system 'git', 'commit', formula_path, '-m', - "#{f.name}: #{update_or_add} bottle." + "#{f.name}: #{update_or_add} #{f.version} bottle." end end exit 0