Skip to content

Commit

Permalink
Merge pull request #1316 from samford/rename-livecheckable
Browse files Browse the repository at this point in the history
Update `#livecheckable?` usage
  • Loading branch information
samford authored Dec 3, 2024
2 parents b21daad + 0b8346f commit a5fad67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/formulae.rb
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def build_bottle?(formula, args:)
end

def livecheck(formula)
return unless formula.livecheckable?
return unless formula.livecheck_defined?
return if formula.livecheck.skip?

livecheck_step = test "brew", "livecheck", "--formula", "--json", "--full-name", formula.full_name
Expand Down

0 comments on commit a5fad67

Please sign in to comment.