diff --git a/src/templates/partials/mysql.hbs b/src/templates/partials/mysql.hbs index 7c2e9c2b..bd6008ca 100644 --- a/src/templates/partials/mysql.hbs +++ b/src/templates/partials/mysql.hbs @@ -7,4 +7,4 @@ ssl-key = /path/to/private_key {{#if output.ciphers.length}} ssl-cipher = {{{join output.ciphers ":"}}} {{/if}} -tls_version = {{#each output.protocols}}{{this}}{{#unless @last}},{{/unless}}{{/each}} \ No newline at end of file +tls_version = {{join output.protocols ","}}