diff --git a/home/dot_gitconfig.tmpl b/home/dot_gitconfig.tmpl index 6b6f812..abf1a31 100644 --- a/home/dot_gitconfig.tmpl +++ b/home/dot_gitconfig.tmpl @@ -1,7 +1,7 @@ [user] name = Jeff LANCE email = "{{ .email }}" -{{ if not empty .signinkey }} +{{ if not (empty .signinkey) }} signinkey = "{{ .signinkey }}" {{ end }} [core]