Skip to content
Snippets Groups Projects
Unverified Commit 3339d5af authored by Fred Emmott's avatar Fred Emmott
Browse files

Fix `bump-formula-pr` on a file with no tap

fixes #6821
parent 2b34c105
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ module Homebrew
end
end
end
[formula.tap.full_name, "origin/master", "-"]
[formula.tap ? formula.tap.full_name : nil, "origin/master", "-"]
end
def bump_formula_pr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment