aboutsummaryrefslogtreecommitdiff
path: root/templater
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-27 10:43:53 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-27 10:43:53 -0200
commitfbaa60c7c878d08de6f14424c5a18446bd300c50 (patch)
tree9307c4369d9229bd3f84440db1ccce4f2fa2ceb0 /templater
parent319f7cc943604ab5f30e123b0d0a2bdcde1f693e (diff)
downloadtemplater-fbaa60c7c878d08de6f14424c5a18446bd300c50.tar.gz
templater-fbaa60c7c878d08de6f14424c5a18446bd300c50.tar.bz2
Do not commit automatically
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
}