Skip to content

Commit

Permalink
Merge pull request Homebrew#16399 from razvanazamfirei/audit-formula-fix
Browse files Browse the repository at this point in the history
audit: fix formula path
  • Loading branch information
MikeMcQuaid authored Dec 26, 2023
2 parents 0c420df + 2dc3741 commit e2e6f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cask/audit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ def core_formula_url
formula_path = Formulary.core_path(cask.token)
.to_s
.delete_prefix(core_tap.path.to_s)
"#{core_tap.default_remote}/blob/HEAD/Formula/#{formula_path}"
"#{core_tap.default_remote}/blob/HEAD#{formula_path}"
end
end
end

0 comments on commit e2e6f25

Please sign in to comment.