From: Silvio Rhatto Date: Sun, 29 Oct 2017 12:28:03 +0000 (-0200) Subject: Minor fixes at templater_git X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8e83eb20f8841022cf9a221f2e8447cdba1f7270;p=templater.git Minor fixes at templater_git --- 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