Skip to content

Commit

Permalink
Use correct SSL mode description (#210)
Browse files Browse the repository at this point in the history
Fixes #177, see #177 (comment).
  • Loading branch information
iby authored Aug 11, 2021
1 parent e3ace38 commit 1e7713e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ function parseOptions(a, b) {
}

function parseSSL(x) {
return x !== 'disabled' && x !== 'false' && x
return x !== 'disable' && x !== 'false' && x
}

function parseUrl(url) {
Expand Down

0 comments on commit 1e7713e

Please sign in to comment.