Skip to content

Commit ee63a35

Browse files
missing =
1 parent 9afb978 commit ee63a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis-ci/run-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pushd $(dirname $0)
1616

1717
CONFIGSVR_REPLSET=csReplSet
1818
if [ "${CONFIGSVR_TYPE}" == "CSRS" ]; then
19-
export CONFIGSVR_FLAGS="--replSet ${CONFIGSVR_REPLSET}"
19+
export CONFIGSVR_FLAGS="--replSet=${CONFIGSVR_REPLSET}"
2020
export MONGOS_CONFIGDB="${CONFIGSVR_REPLSET}/mongo-cs-1:27017,mongo-cs-2:27017,mongo-cs-3:27017"
2121
echo "# Using CSRS-based config servers: '${MONGOS_CONFIGDB}'"
2222
else

0 commit comments

Comments
 (0)