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

use correct api_action in linode_disk_update

This commit is contained in:
Marques Johansson 2014-09-03 01:58:04 -04:00
parent e896352fcf
commit e46cede49a

View file

@ -7,7 +7,7 @@ module Fog
:expects => 200,
:method => 'GET',
:query => {
:api_action => 'linode.disk.resize',
:api_action => 'linode.disk.update',
:linodeId => linode_id,
:diskId => disk_id,
:label => label,