1
0
Fork 0
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:
Rodrigo Estebanez 2013-10-14 13:25:40 +02:00
parent a4493b8c4f
commit 1c217e089b

View file

@ -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")