Skip to content

Commit

Permalink
audit: fix formula path
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei committed Dec 26, 2023
1 parent 7817518 commit 2dc3741
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 2dc3741

Please sign in to comment.