formula_auditor: tag needs to be a String
This commit is contained in:
parent
cccab0d9a9
commit
d3d3f502a7
@ -790,7 +790,7 @@ module Homebrew
|
|||||||
|
|
||||||
tag = SharedAudits.gitlab_tag_from_url(url)
|
tag = SharedAudits.gitlab_tag_from_url(url)
|
||||||
tag ||= stable.specs[:tag]
|
tag ||= stable.specs[:tag]
|
||||||
tag ||= stable.version
|
tag ||= stable.version.to_s
|
||||||
|
|
||||||
if @online
|
if @online
|
||||||
error = SharedAudits.gitlab_release(owner, repo, tag, formula:)
|
error = SharedAudits.gitlab_release(owner, repo, tag, formula:)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user