Skip to content

Commit

Permalink
--http-ssl-key: Fixed typo causing option to raise error
Browse files Browse the repository at this point in the history
[Closes #623]
  • Loading branch information
Zapotek committed Oct 13, 2015
1 parent 86c8182 commit 0b5d262
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ChangeLog

## 1.3.1 _(October 13, 2015)_

- `UI`
- `CLI`
- Options
- `--http-ssl-key` -- Fixed typo causing option to raise error.

## 1.3 _(October 01, 2015)_

- `UI`
Expand Down
2 changes: 1 addition & 1 deletion ui/cli/framework/option_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def http
end

on( '--http-ssl-key PATH', 'SSL private key to use.' ) do |file|
options.http.ssl_key = file
options.http.ssl_key_filepath = file
end

on( "--http-ssl-key-type #{OptionGroups::HTTP::SSL_KEY_TYPES.join(',')}",
Expand Down

0 comments on commit 0b5d262

Please sign in to comment.