Skip to content

Commit

Permalink
Merge pull request #27 from ManasaRaoK/fix_example_simple
Browse files Browse the repository at this point in the history
Changed the configuration parameter from ssl_verify to verify_ssl
  • Loading branch information
rodneyhbrown7 authored Jun 12, 2017
2 parents 4c80d42 + a84ddca commit f2ae2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/simple.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:password => '',
:host => '',
:auth_type => '',
:ssl_verify => ''
:verify_ssl => ''
)

# virtual_appliance = XClarityClient::VirtualApplianceManagement.new(conf)
Expand Down

0 comments on commit f2ae2ac

Please sign in to comment.