mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[vcloud_director] Fix copy & paste fail.
This commit is contained in:
parent
13ed21eaa5
commit
116d004acf
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module Fog
|
|||
#
|
||||
# === Returns
|
||||
# * response<~Excon::Response>
|
||||
# # {Amazon API Reference}[http://docs.amazonwebservices.com/AWSEC2/2012-03-01/APIReference/ApiReference-query-DeleteNetworkInterface.html]
|
||||
#
|
||||
def post_task_cancel(task_id)
|
||||
request(
|
||||
:expects => 204,
|
||||
|
|
Loading…
Reference in a new issue