summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-03-28 17:26:17 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-03-28 17:26:17 +0100
commite89e101ff6ba3a313a2c7a78f006fe7a623f4d34 (patch)
treefd808f55517527f0af3a48fb67f962b36b7fd0c3
parentcf910eb9894d681ba23cb462953113ffd552952b (diff)
downloaddeployment-e89e101ff6ba3a313a2c7a78f006fe7a623f4d34.tar.gz
deployment-e89e101ff6ba3a313a2c7a78f006fe7a623f4d34.tar.bz2
deployment-e89e101ff6ba3a313a2c7a78f006fe7a623f4d34.zip
path
-rwxr-xr-xbootstrap-bluegreen4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index a11c45f..033fc51 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -62,8 +62,8 @@ done
if [[ "$ENVNAME" = test ]]; then
if ! test -d $HOME/playground; then
- git clone /var/git/playground.git
- git clone /var/git/help.git
+ git clone /srv/git/playground.git
+ git clone /srv/git/help.git
fi
fi