Skip to content

Commit 8757c48

Browse files
committed
cleanup
1 parent 83af185 commit 8757c48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/provision-atlas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
. .evergreen/utils.sh
55

66
CONN_STRING=$(setup_local_atlas)
7-
CONN_STRING=$CONN_STRING provision_atlas
7+
CONN_STRING=$CONN_STRING scaffold_atlas
88

99
# Get the secrets.
1010
source secrets-export.sh

.evergreen/setup-remote.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ echo "export MONGODB_URI=$MONGODB_URI" >> env.sh
4545
# Ensure the remote database is populated.
4646
. .evergreen/utils.sh
4747

48-
CONN_STRING=MONGODB_URI provision_atlas
48+
CONN_STRING=MONGODB_URI scaffold_atlas

0 commit comments

Comments
 (0)