mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fixing typo bug in rackspace load balancer set_ssl_termination request
This commit is contained in:
parent
8e3ee75555
commit
3daf8e1568
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module Fog
|
||||||
data['enabled'] = options[:enabled]
|
data['enabled'] = options[:enabled]
|
||||||
end
|
end
|
||||||
if options.has_key? :secure_traffic_only
|
if options.has_key? :secure_traffic_only
|
||||||
data['secureTrafficOnly'] - options[:secure_traffic_only]
|
data['secureTrafficOnly'] = options[:secure_traffic_only]
|
||||||
end
|
end
|
||||||
request(
|
request(
|
||||||
:body => Fog::JSON.encode(data),
|
:body => Fog::JSON.encode(data),
|
||||||
|
|
Loading…
Add table
Reference in a new issue