Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
Former-commit-id: 45332e81d8316d842bfc5f2abd97c5e980b4a818
  • Loading branch information
subnetmarco committed Aug 11, 2015
1 parent 43d2a3f commit e3a32c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/cli/utils/ssl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function _M.prepare_ssl()
sudo mv ]]..file_name..[[.key ]]..ssl_key_path)

if code ~= 0 then
cutils.logger:error_exit("There was an error when autogenerating the default SSL certificate: "..res)
cutils.logger:error_exit("There was an error when auto-generating the default SSL certificate: "..res)
end
end
end
Expand Down

0 comments on commit e3a32c7

Please sign in to comment.