Merge pull request #6822 from fredemmott/bug-6821
Fix `bump-formula-pr` on a file with no tap
This commit is contained in:
commit
6543f514ef
@ -101,7 +101,7 @@ module Homebrew
|
||||
end
|
||||
end
|
||||
end
|
||||
[formula.tap.full_name, "origin/master", "-"]
|
||||
[formula.tap&.full_name, "origin/master", "-"]
|
||||
end
|
||||
|
||||
def bump_formula_pr
|
||||
|
Loading…
x
Reference in New Issue
Block a user