Skip to content

Commit

Permalink
Small logic error...
Browse files Browse the repository at this point in the history
  • Loading branch information
richmans committed Mar 5, 2014
1 parent c919240 commit c25c9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transip/client.rb
Expand Up @@ -51,7 +51,7 @@ def initialize(options = {})
:wsdl => wsdl :wsdl => wsdl
} }
# if proxy is present, use it # if proxy is present, use it
if @proxy == nil if @proxy != nil
@savon_options[:proxy] = @proxy @savon_options[:proxy] = @proxy
end end
# By default we don't want to debug! # By default we don't want to debug!
Expand Down

0 comments on commit c25c9ed

Please sign in to comment.