Merge pull request #7410 from sjackman/pr-upload
pr-upload: Fix a bug introduced by PR #7406
This commit is contained in:
commit
05e66e9d10
@ -38,7 +38,7 @@ module Homebrew
|
|||||||
if args.dry_run?
|
if args.dry_run?
|
||||||
puts "brew #{bottle_args.join " "}"
|
puts "brew #{bottle_args.join " "}"
|
||||||
else
|
else
|
||||||
system HOMEBREW_BREW_FILE, "bottle", *bottle_args
|
system HOMEBREW_BREW_FILE, *bottle_args
|
||||||
end
|
end
|
||||||
|
|
||||||
if args.dry_run?
|
if args.dry_run?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user