pr-upload: Fix a bug introduced by PR #7406

Fix the error:
Error: No such file or directory @ rb_sysopen - bottle
This commit is contained in:
Shaun Jackman 2020-04-20 15:16:08 -07:00
parent d6e7003ef2
commit 6b547a5c5e

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?