An error occurred while fetching this tab.
Ensure GithubImport::Client does not crash when the 'verify_ssl' config is not present
- Mar 17, 2016
-
-
Rémy Coutable authored
Settingslogic allow to access optional settings through the Hash notation: if the key is not present, it returns nil. In the present case this will let the Octokit::Client object use whatever default value it wants for the ssl option.
-