Skip to content

Commit

Permalink
Merge pull request #1353 from samford/set-homebrew-livecheck-autobump…
Browse files Browse the repository at this point in the history
…-env

formulae: use livecheck --autobump option
  • Loading branch information
chenrui333 authored Jan 4, 2025
2 parents 72bbef6 + adc8b1c commit f345fea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tests/formulae.rb
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ def livecheck(formula)
return unless formula.livecheck_defined?
return if formula.livecheck.skip?

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

return if livecheck_step.failed?
return unless livecheck_step.output?
Expand Down

0 comments on commit f345fea

Please sign in to comment.