Fix wrong configuration reference when configuring SSL for GitHub clients

This commit is contained in:
Michael Henriksen
2016-03-21 17:53:40 +01:00
parent 01ec2b6802
commit b948b415d0

View File

@@ -36,9 +36,7 @@ module Gitrob
:oauth_token => access_token,
:endpoint => @config[:endpoint],
:site => @config[:site],
:ssl => {
:verify => @config[:verify_ssl]
},
:ssl => @config[:ssl],
:user_agent => USER_AGENT,
:auto_pagination => true
)