Skip to content

Commit 49259fd

Browse files
remove noauth setting
1 parent 59470d1 commit 49259fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export DRIVERS_TOOLS=<path to driver>/drivers-evergreen-tools
9797
Start a replica set with our [run-orchestration.sh](.evergreen/run-orchestration.sh) script with the environment set for the cluster:
9898

9999
```sh
100-
VERSION='latest' TOPOLOGY='replica_set' AUTH='noauth' bash .evergreen/run-orchestration.sh
100+
VERSION='latest' TOPOLOGY='replica_set' bash .evergreen/run-orchestration.sh
101101
```
102102

103103
Load the new cluster's URI into the environment:

0 commit comments

Comments
 (0)