From 8c82c74f587ec3ded73f55e77cc2a9a88252ec4a Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Wed, 15 Jul 2026 16:06:26 +0200 Subject: [PATCH] fix(mise): Fix tool options for tea (quoting) --- .chezmoitemplates/mise-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoitemplates/mise-tools b/.chezmoitemplates/mise-tools index e381313..b3b4f09 100644 --- a/.chezmoitemplates/mise-tools +++ b/.chezmoitemplates/mise-tools @@ -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 }}