Merge pull request #7244 from dawidd6/pr-publish-linux
pr-publish: make it work on linux too
This commit is contained in:
commit
3b4c2eecd2
@ -21,6 +21,8 @@ module Homebrew
|
|||||||
def pr_publish
|
def pr_publish
|
||||||
pr_publish_args.parse
|
pr_publish_args.parse
|
||||||
|
|
||||||
|
ENV["HOMEBREW_FORCE_HOMEBREW_ON_LINUX"] = "1" unless OS.mac?
|
||||||
|
|
||||||
odie "You need to specify at least one pull request number!" if Homebrew.args.named.empty?
|
odie "You need to specify at least one pull request number!" if Homebrew.args.named.empty?
|
||||||
|
|
||||||
args.named.each do |arg|
|
args.named.each do |arg|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user