Skip to content

Commit dc319f0

Browse files
committed
fix: kerberos
1 parent 8fe1256 commit dc319f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-kerberos-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ USER=$(node -p "encodeURIComponent(process.env.PRINCIPAL)")
2727
export MONGODB_URI="mongodb://${USER}@${SASL_HOST}/${GSSAPI_DB}?authMechanism=GSSAPI"
2828

2929
set -o xtrace
30-
npm install [email protected]
30+
3131
npm run check:kerberos
3232

3333
set +o xtrace

0 commit comments

Comments
 (0)