diff --git a/Library/Homebrew/dev-cmd/pr-upload.rb b/Library/Homebrew/dev-cmd/pr-upload.rb index 34c38af237..36382b9908 100644 --- a/Library/Homebrew/dev-cmd/pr-upload.rb +++ b/Library/Homebrew/dev-cmd/pr-upload.rb @@ -38,7 +38,7 @@ module Homebrew if args.dry_run? puts "brew #{bottle_args.join " "}" else - system HOMEBREW_BREW_FILE, "bottle", *bottle_args + system HOMEBREW_BREW_FILE, *bottle_args end if args.dry_run?