Skip to content

Commit 4b5301e

Browse files
committed
fix constring handling
1 parent 115358e commit 4b5301e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/utils.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ setup_local_atlas() {
6262
git clone https://github.com/mongodb-labs/drivers-evergreen-tools || true
6363
. drivers-evergreen-tools/.evergreen/run-orchestration.sh --local-atlas
6464
popd
65-
echo "CONN_STRING=mongodb://127.0.0.1:27017/?directConnection=true" > $SCRIPT_DIR/.local_atlas_uri
65+
export CONN_STRING"=mongodb://127.0.0.1:27017/?directConnection=true"
66+
echo "CONN_STRING=$CONN_STRING" > $SCRIPT_DIR/.local_atlas_uri
6667
}
6768

6869
fetch_local_atlas_uri() {

0 commit comments

Comments
 (0)