Skip to content

Commit 1e7713e

Browse files
authored
Use correct SSL mode description (porsager#210)
Fixes porsager#177, see porsager#177 (comment).
1 parent e3ace38 commit 1e7713e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ function parseOptions(a, b) {
575575
}
576576

577577
function parseSSL(x) {
578-
return x !== 'disabled' && x !== 'false' && x
578+
return x !== 'disable' && x !== 'false' && x
579579
}
580580

581581
function parseUrl(url) {

0 commit comments

Comments
 (0)