1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Fixed #673: Zerigo DNS - update_host fails with some options

This commit is contained in:
Kevin Menard 2011-12-22 15:38:08 -05:00
parent 351a7dea17
commit 8f28a85c07

View file

@ -24,9 +24,9 @@ module Fog
options.each { |option, value|
case option
when :host_type
optional_tags+= "<host-type>#{host_type}</host-type>"
optional_tags+= "<host-type>#{value}</host-type>"
when :data
optional_tags+= "<data>#{data}</data>"
optional_tags+= "<data>#{value}</data>"
when :hostname
optional_tags+= "<hostname>#{value}</hostname>"
when :notes