fix(mise): Fix tool options for tea (quoting)

This commit is contained in:
2026-07-15 16:06:26 +02:00
parent e50a91edab
commit 8c82c74f58
+1 -1
View File
@@ -13,7 +13,7 @@
{{- range $tool := $toolsList }}
{{- /* Gestion fine du cas particulier de 'tea' mis en commentaire dans votre yaml */}}
{{- if eq $tool "tea" }}
tea = { version = "0.14.2", url = "https://gitea.com/gitea/tea/releases/download/v{{`{{ version }}`}}/tea-{{`{{ version }}`}}-{{`{{ os() }}`}}-{{`{{ arch(x64=amd64) }}`}}.xz" }
tea = { version = "0.14.2", url = "https://gitea.com/gitea/tea/releases/download/v{{`{{ version }}`}}/tea-{{`{{ version }}`}}-{{`{{ os() }}`}}-{{`{{ arch(x64='amd64') }}`}}.xz" }
{{- else }}
"{{ $tool }}" = "latest"
{{- end }}