summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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