From 8e83eb20f8841022cf9a221f2e8447cdba1f7270 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 29 Oct 2017 10:28:03 -0200 Subject: Minor fixes at templater_git --- templater | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templater') diff --git a/templater b/templater index 2247946..9d49b27 100755 --- a/templater +++ b/templater @@ -128,8 +128,8 @@ function templater_git { __templater_user_input GIT_EMAIL user@example.org "-> Choose a git email address" git init - git config user.name $GIT_USER - git config user.email $GIT_EMAIL + git config user.name "$GIT_USER" + git config user.email "$GIT_EMAIL" git add . git commit -m "Initial import" else -- cgit v1.2.3