Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
Vmdb::Appliance.USER_AGENT was called with ::USER_AGENT not .USER_AGENT
  • Loading branch information
juliancheal authored and Julian Cheal committed Nov 29, 2017
1 parent 940987a commit 8f00e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/manageiq/providers/lenovo/manager_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def connect(options = {})
host = options[:host] || address
port = options[:port] || self.port
auth_type = AUTH_TYPES[options[:auth_type]]
user_agent_label = VMDB::Appliance::USER_AGENT
user_agent_label = Vmdb::Appliance.USER_AGENT

# TODO: improve this SSL verification
verify_ssl = options[:verify_ssl] == 1 ? 'PEER' : 'NONE'
Expand Down

0 comments on commit 8f00e70

Please sign in to comment.