diff options
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/bottle.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb index 528fd9f95..9ad220ba1 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 |
