From: Silvio Rhatto Date: Fri, 27 Oct 2017 12:43:53 +0000 (-0200) Subject: Do not commit automatically X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fbaa60c7c878d08de6f14424c5a18446bd300c50;p=templater.git Do not commit automatically --- diff --git a/templater b/templater index 497585c..69c72b9 100755 --- a/templater +++ b/templater @@ -127,7 +127,7 @@ function templater_vagrant { #__templater_checkout_develop vagrant init echo '.vagrant' >> .gitignore - git commit -a -m "Adds vagrant support" + #git commit -a -m "Adds vagrant support" fi } @@ -137,7 +137,7 @@ function templater_kvmx { echo "" echo "Setting up vagrant..." kvmx init - git commit -a -m "Adds kvmx support" + #git commit -a -m "Adds kvmx support" fi }