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:
parent
de442fc7aa
commit
c151e9a5da
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue