diff --git a/home/dot_gitconfig.tmpl b/home/dot_gitconfig.tmpl index f8902d3..54c8ace 100644 --- a/home/dot_gitconfig.tmpl +++ b/home/dot_gitconfig.tmpl @@ -1,9 +1,9 @@ [user] name = Jeff LANCE email = "{{ .email }}" -{{- if not (empty .signinkey) -}} +{{- if not (empty .signinkey) }} signinkey = "{{ .signinkey }}" -{{- end -}} +{{- end }} [core] excludesfile = /home/jeff/.gitignore.global [credential]