Skip to content

Commit 16c62ab

Browse files
Oh my bash
1 parent ee92c9b commit 16c62ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ fi
9393

9494
export BUNDLE_GEMFILE
9595

96-
if test "$TOPOLOGY"= "sharded-cluster"; then
96+
if test "$TOPOLOGY" = "sharded-cluster"; then
9797
# We assume that sharded cluster has two mongoses
9898
export MONGODB_URI="mongodb://localhost:27017,localhost:27018/?appName=test-suite&$uri_options"
9999
else

0 commit comments

Comments
 (0)