Skip to content

Commit

Permalink
Trying some stuff to get tests to pass on GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefarris committed Mar 18, 2024
1 parent b6536da commit 70cd501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ class NodeClam {
host: this.settings.clamdscan.host,
port: this.settings.clamdscan.port,
// Activate SNI
servername: this.settings.clamdscan.host,
// servername: this.settings.clamdscan.host,
timeout,
});
} else {
Expand Down

0 comments on commit 70cd501

Please sign in to comment.