Skip to content

Commit c650983

Browse files
committed
fix local
1 parent 04926fb commit c650983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/provision-atlas.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ set -eu
33

44
. .evergreen/utils.sh
55

6-
CONN_STRING=$(setup_local_atlas)
7-
CONN_STRING=$CONN_STRING scaffold_atlas
6+
setup_local_atlas
7+
scaffold_atlas
88

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

0 commit comments

Comments
 (0)