Skip to content

Commit a47ddf0

Browse files
committed
Fix param order in start_mongo.sh
1 parent ee26243 commit a47ddf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/start_mongo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ $mongodb_dir/bin/mongod \
1010
--dbpath $mongodb_dir/data \
1111
--logpath $mongodb_dir/mongodb.log \
1212
--fork \
13-
--replSet \
1413
--setParameter maxTransactionLockRequestTimeoutMillis=1000 \
14+
--replSet \
1515
mongoengine
1616

1717
if (( $(echo "$MONGODB < 6.0" | bc -l) )); then

0 commit comments

Comments
 (0)