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:
parent
d6e7003ef2
commit
6b547a5c5e
@ -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