]> gitweb.fluxo.info Git - templater.git/commitdiff
Minor fixes at templater_git
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 29 Oct 2017 12:28:03 +0000 (10:28 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 29 Oct 2017 12:28:03 +0000 (10:28 -0200)
templater

index 22479466ba64090261d6e7ce7c4bfa81f37afdff..9d49b27f3d01cf71df74a55b98d8bd66599a32a9 100755 (executable)
--- 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