Skip to content

Commit

Permalink
fix(chezmoi): fix promptString typo for github repos input
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 22, 2023
1 parent 52845a8 commit b24de55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chezmoi/.chezmoi.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand Down

0 comments on commit b24de55

Please sign in to comment.