Skip to content

Commit

Permalink
Pass ssl.verify option to APIClient
Browse files Browse the repository at this point in the history
  • Loading branch information
ohtake committed May 16, 2014
1 parent 4218b6d commit 9bbd97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/berkshelf/source.rb
Expand Up @@ -10,7 +10,7 @@ class Source
# @param [String, Berkshelf::SourceURI] uri
def initialize(uri)
@uri = SourceURI.parse(uri)
@api_client = APIClient.new(uri)
@api_client = APIClient.new(uri, :ssl => {:verify => Berkshelf::Config.instance.ssl.verify})
@universe = nil
end

Expand Down

0 comments on commit 9bbd97e

Please sign in to comment.