Skip to content

Commit

Permalink
Merge pull request #24098 from kamipo/fix_typo_sslcipher-4-1
Browse files Browse the repository at this point in the history
Backport to 4-1-stable "Fix typo `--ssl-cipher`"
  • Loading branch information
Arthur Nogueira Neves committed Mar 8, 2016
2 parents abd4ac7 + 5b5f7ac commit 41b4d81
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -139,7 +139,7 @@ def prepare_command_options(command)
'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

Expand Down

0 comments on commit 41b4d81

Please sign in to comment.