Skip to content

Commit

Permalink
fix(chezmoi): change promptString to promptBool for verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 6, 2023
1 parent 212c9bb commit 0f615cc
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 @@ -427,7 +427,7 @@

# {{- if $interactive -}}
# {{- $question := "❔ Do you want to enable verbose mode" -}}
# {{- $verbose = promptString $question $verbose -}}
# {{- $verbose = promptBool $question $verbose -}}
# {{- end -}}
# {{- if $verbose -}}
# {{- writeToStdout "✅ Verbose mode enabled\n" -}}
Expand Down

0 comments on commit 0f615cc

Please sign in to comment.