Update .local/share/chezmoi/home/.chezmoi.yaml.tmpl
This commit is contained in:
parent
35212cef83
commit
bfc9244ace
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
|||
|
||||
{{- range $toolchain := $toolchains }}
|
||||
{{- $enabled := promptBoolOnce $data.toolchains $toolchain (list "Enable" $toolchain "toolchain" | join " ") (get $toolchainsEnabled $toolchain) -}}
|
||||
{{- if and (eq $toolchain "Kubernetes") $enabled (not $toolchainsEnabled.docker) -}}
|
||||
{{- if and (eq $toolchain "Kubernetes") $enabled (not $toolchainsEnabled.Docker) -}}
|
||||
{{- $_ := set $toolchainsEnabled "Docker" $enabled }}
|
||||
{{- writeToStdout "Enabled Docker toolchain to support Kubernetes.\n" -}}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Reference in a new issue