aboutsummaryrefslogtreecommitdiff
path: root/templater
diff options
context:
space:
mode:
Diffstat (limited to 'templater')
-rwxr-xr-xtemplater4
1 files changed, 2 insertions, 2 deletions
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
}