mirror of
https://github.com/michenriksen/gitrob.git
synced 2026-01-01 19:29:29 -06:00
Fix wrong configuration reference when configuring SSL for GitHub clients
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user