Skip to content

Commit ceb0159

Browse files
authored
Update mysql join
1 parent d254d96 commit ceb0159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/partials/mysql.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ ssl-key = /path/to/private_key
77
{{#if output.ciphers.length}}
88
ssl-cipher = {{{join output.ciphers ":"}}}
99
{{/if}}
10-
tls_version = {{#each output.protocols}}{{this}}{{#unless @last}},{{/unless}}{{/each}}
10+
tls_version = {{join output.protocols ","}}

0 commit comments

Comments
 (0)