audit: fix formula path
This commit is contained in:
parent
7817518992
commit
2dc3741f08
@ -943,7 +943,7 @@ module Cask
|
|||||||
formula_path = Formulary.core_path(cask.token)
|
formula_path = Formulary.core_path(cask.token)
|
||||||
.to_s
|
.to_s
|
||||||
.delete_prefix(core_tap.path.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
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user