Skip to content

Commit

Permalink
main: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Oct 15, 2024
1 parent fce36cd commit c37ffa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def read_brew(*args)

unless force.false?
brew_repo = read_brew '--repository'
git '-C', brew_repo, 'apply', "#{__dir__}/brew-bump-formula-pr.rb.patch"
git '-C', brew_repo, 'apply', "#{__dir__}/bump-formula-pr.rb.patch"
end

# Do the livecheck stuff or not
Expand Down

0 comments on commit c37ffa0

Please sign in to comment.