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

revert typo

This commit is contained in:
Chirag Jog 2013-02-28 18:07:02 +05:30
parent c8796146b3
commit de29bfcee8

View file

@ -71,7 +71,7 @@ module Fog
include Shared
def instantiate_vapp_template options = {}
validate_instantiate_vapp_template_options optionsgi
validate_instantiate_vapp_template_options options
request(
:body => generate_instantiate_vapp_template_request(options),
:expects => 201,