summaryrefslogtreecommitdiff
path: root/etc/longevity.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/longevity.yml')
-rw-r--r--etc/longevity.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/longevity.yml b/etc/longevity.yml
index 177c8456af2..bd11117719b 100644
--- a/etc/longevity.yml
+++ b/etc/longevity.yml
@@ -62,7 +62,8 @@ functions:
# to create a mongod EC2 cluster
set -e
set -o verbose
- bin/setup-cluster.sh ${cluster}
+ cd ./clusters/${cluster}
+ ../../bin/setup-cluster.sh ${cluster}
echo "EC2 Cluster CREATED."
"configure mongodb cluster":