We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b311a8a commit 54f83adCopy full SHA for 54f83ad
.chezmoi.toml.tmpl
@@ -64,7 +64,7 @@
64
{{- if and (eq .chezmoi.os "linux") (not (stat $gitCredentialManagerLocation )) -}}
65
{{- writeToStdout "Can't find GCM: https://github.com/GitCredentialManager/git-credential-manager/releases \n" -}}
66
{{- writeToStdout "Dirs: [" -}}
67
- {{- writeToStdout (join ", " $binroots) -}}
+ {{- writeToStdout (join ", " $termfallback) -}}
68
{{- writeToStdout "]\n" -}}
69
{{- end -}}
70
0 commit comments