summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-02-22 18:16:29 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-02-22 18:16:29 +0100
commit8285afd726db55db22ad15b3be01bb179cb10243 (patch)
tree1cb45380dfef5b2c9392d7e9b3a074b52c842c53
parent5c370b551b0696813f4c47079a876d3ee731d178 (diff)
downloaddeployment-8285afd726db55db22ad15b3be01bb179cb10243.tar.gz
deployment-8285afd726db55db22ad15b3be01bb179cb10243.tar.bz2
deployment-8285afd726db55db22ad15b3be01bb179cb10243.zip
fix bootstrap
-rwxr-xr-xbootstrap-bluegreen2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index df173ad..fa40bac 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -61,7 +61,7 @@ for component in bank merchant gnurl landing exchange donations blog backoffice
done
if [[ "$ENVNAME" = test ]]; then
- if ! test -d $HOME/$component; then
+ if ! test -d $HOME/playground; then
git clone /var/git/playground.git
fi
fi