Merge pull request #7410 from sjackman/pr-upload

pr-upload: Fix a bug introduced by PR #7406
This commit is contained in:
Shaun Jackman 2020-04-20 15:38:41 -07:00 committed by GitHub
commit 05e66e9d10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?