Skip to content

Commit 9681c2c

Browse files
zackwintermdbMongoDB Bot
authored and
MongoDB Bot
committed
SERVER-103640 Fix SSL_CERT_DIR typo (#34836)
GitOrigin-RevId: 81b723b46386a0c3adefdf6c1d18554d35eeeae9
1 parent b2461f7 commit 9681c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ cert_locs+=("/etc/ssl/cert.pem") # Alpine Linux
103103

104104
for cert in ${cert_locs[@]}; do
105105
if [ -f $cert ]; then
106-
export SSL_CERT_DI=R$(dirname $cert)
106+
export SSL_CERT_DIR=$(dirname $cert)
107107
export SSL_CERT_FILE=$cert
108108
break
109109
fi

0 commit comments

Comments
 (0)