Fix type errors
This commit is contained in:
parent
d2d814414e
commit
81e606007f
@ -136,7 +136,7 @@ module Homebrew
|
|||||||
|
|
||||||
if Homebrew::Attestation.enabled?
|
if Homebrew::Attestation.enabled?
|
||||||
if formulae.include?(Formula["gh"])
|
if formulae.include?(Formula["gh"])
|
||||||
formulae.unshift(T.must(formulae.delete(Formula["gh"])))
|
formulae.unshift(formulae.delete(Formula["gh"]))
|
||||||
else
|
else
|
||||||
Homebrew::Attestation.ensure_gh_installed!
|
Homebrew::Attestation.ensure_gh_installed!
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user