mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Use get_server, not get_image.
This commit is contained in:
parent
c74e39d9a8
commit
6bc724d9f3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module Fog
|
|||
end
|
||||
|
||||
def get(server_id)
|
||||
load(connection.get_image(server_id).body)
|
||||
load(connection.get_server(server_id).body)
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue