From fbaa60c7c878d08de6f14424c5a18446bd300c50 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 27 Oct 2017 10:43:53 -0200 Subject: Do not commit automatically --- templater | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templater') 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 } -- cgit v1.2.3