Skip to content

Commit 2237ed9

Browse files
committed
Small correction
1 parent bd92a49 commit 2237ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evergreen/evergreen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ functions:
373373
source secrets-export.sh
374374
375375
echo $ATLAS_X509_DEV_CERT_BASE64 | base64 --decode > ${DRIVERS_TOOLS}/CLIENT_CERT.pem
376-
echo $ATLAS_X509_DEV_CERT_NOUSER_BASE64 | base64 --decode > ${DRIVERS_TOOLS}/CLIENT_NOUSER_CERT.pem
376+
echo $ATLAS_X509_DEV_CERT_NOUSER_BASE64 | base64 --decode > ${DRIVERS_TOOLS}/CLIENT_NO_USER_CERT.pem
377377
378378
run-x509-tests:
379379
- command: shell.exec
@@ -388,7 +388,7 @@ functions:
388388
evergreen/add-ca-certs.sh
389389
MONGODB_URI="$ATLAS_X509_DEV" \
390390
CLIENT_PEM=${DRIVERS_TOOLS}/CLIENT_CERT.pem \
391-
CLIENT_NOUSER_PEM=${DRIVERS_TOOLS}/CLIENT_NOUSER_CERT.pem \
391+
CLIENT_NO_USER_PEM=${DRIVERS_TOOLS}/CLIENT_NO_USER_CERT.pem \
392392
TOPOLOGY=${TOPOLOGY} \
393393
OS=${OS} \
394394
FRAMEWORK=${FRAMEWORK} \

0 commit comments

Comments
 (0)