1
0
Fork 0
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:
Sean Handley 2012-07-15 13:40:22 +02:00
parent c74e39d9a8
commit 6bc724d9f3

View file

@ -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