Skip to content
Snippets Groups Projects
Unverified Commit 40c6fbdc authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

bump-formula-pr: tweak fix syntax.

parent 3339d5af
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ module Homebrew
end
end
end
[formula.tap ? formula.tap.full_name : nil, "origin/master", "-"]
[formula.tap&.full_name, "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