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

[vcloud_director] rename undeploy.rb to match other request files

This commit is contained in:
Philip Potter 2013-09-17 10:34:16 +01:00
parent 0dbf5432f3
commit ef489bb2e2
2 changed files with 1 additions and 1 deletions

View file

@ -103,7 +103,7 @@ module Fog
request :get_vms_by_metadata
request :get_vm
request :post_task_cancel
request :undeploy
request :post_vapp_undeploy
class Model < Fog::Model
def initialize(attrs={})