mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
vcloud_director customization syntax Fix: extra comma was preventing to set the status correctly
This commit is contained in:
parent
a4493b8c4f
commit
1c217e089b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module Fog
|
|||
|
||||
def end_element(name)
|
||||
case name
|
||||
when 'Enabled',
|
||||
when 'Enabled'
|
||||
@response[:enabled] = (value == "true")
|
||||
when 'ChangeSid'
|
||||
@response[:change_sid] = (value == "true")
|
||||
|
|
Loading…
Add table
Reference in a new issue