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:
parent
e896352fcf
commit
e46cede49a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue