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:
parent
351a7dea17
commit
8f28a85c07
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue