mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix copy/paste error in rackspace::images
This commit is contained in:
parent
05899dc150
commit
44dd484fe7
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ module Fog
|
|||
def save
|
||||
requires :server_id
|
||||
|
||||
data = connection.create_server(@server_id)
|
||||
data = connection.create_image(@server_id, 'name' => name)
|
||||
merge_attributes(data.body['image'])
|
||||
true
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue