1
0
Fork 0
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:
geemus 2012-08-16 14:38:51 -05:00
parent 61a9ca826b
commit cbcd71236d

View file

@ -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]
def attach_volume(options={})
options.merge!(
'command' => 'attachVolume',
'command' => 'attachVolume'
)
request(options)