diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-27 10:43:53 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-27 10:43:53 -0200 |
commit | fbaa60c7c878d08de6f14424c5a18446bd300c50 (patch) | |
tree | 9307c4369d9229bd3f84440db1ccce4f2fa2ceb0 | |
parent | 319f7cc943604ab5f30e123b0d0a2bdcde1f693e (diff) | |
download | templater-fbaa60c7c878d08de6f14424c5a18446bd300c50.tar.gz templater-fbaa60c7c878d08de6f14424c5a18446bd300c50.tar.bz2 |
Do not commit automatically
-rwxr-xr-x | templater | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |