mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[cloudstack|compute] remove erroneous comma in merge command
This commit is contained in:
parent
61a9ca826b
commit
cbcd71236d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module Fog
|
||||||
# {CloudStack API Reference}[http://http://download.cloud.com/releases/2.2.0/api_2.2.12/global_admin/attachVolume.html]
|
# {CloudStack API Reference}[http://http://download.cloud.com/releases/2.2.0/api_2.2.12/global_admin/attachVolume.html]
|
||||||
def attach_volume(options={})
|
def attach_volume(options={})
|
||||||
options.merge!(
|
options.merge!(
|
||||||
'command' => 'attachVolume',
|
'command' => 'attachVolume'
|
||||||
)
|
)
|
||||||
|
|
||||||
request(options)
|
request(options)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue