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

Typo in instantiate_vapp_template.rb

Remove typo in instantiate_vapp_template()
This commit is contained in:
dJason 2013-03-04 14:20:27 -07:00
parent de442fc7aa
commit c151e9a5da

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,