diff --git a/chezmoi/.chezmoi.yaml.tmpl b/chezmoi/.chezmoi.yaml.tmpl index fca78059..40479c8b 100644 --- a/chezmoi/.chezmoi.yaml.tmpl +++ b/chezmoi/.chezmoi.yaml.tmpl @@ -747,7 +747,7 @@ # {{- $question := "❔ What are your GitHub repositories to clone (input as comma separated list, ex: entelecheia/devcon,entelecheia/ekorpkit)" -}} # {{- $answer := "" -}} # {{- if $github_clones -}} -# {{- $answer = promptStrin g $question $github_clones -}} +# {{- $answer = promptString $question $github_clones -}} # {{- else -}} # {{- $answer = promptString $question -}} # {{- end -}}