Fix typo `--ssl-cipher`

Backport #24082 for #23293.
This commit is contained in:
Ryuta Kamizono 2016-03-06 11:41:01 +09:00
parent abd4ac712c
commit 5b5f7ace41
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ IDENTIFIED BY '#{configuration['password']}' WITH GRANT OPTION;
'sslca' => '--ssl-ca',
'sslcert' => '--ssl-cert',
'sslcapath' => '--ssl-capath',
'sslcipher' => '--ssh-cipher',
'sslcipher' => '--ssl-cipher',
'sslkey' => '--ssl-key'
}.map { |opt, arg| "#{arg}=#{configuration[opt]}" if configuration[opt] }.compact