diff --git a/home/dot_gitconfig.tmpl b/home/dot_gitconfig.tmpl index e6d217f..a9882f4 100644 --- a/home/dot_gitconfig.tmpl +++ b/home/dot_gitconfig.tmpl @@ -1,8 +1,8 @@ [user] name = Jeff LANCE email = "{{ .email }}" -{{- if not (empty .signinkey) }} - signinkey = "{{ .signinkey }}" +{{- if not (empty .signingkey) }} + signingkey = "{{ .signingkey }}" {{- end }} [core] excludesfile = ~/.gitignore.global