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

fix deprecation notice.

This commit is contained in:
Nat Welch 2013-03-12 14:35:19 -07:00
parent 8944e4c077
commit a17ccf2dc0

View file

@ -10,7 +10,7 @@ module Fog
model Fog::Compute::Google::Server
def all
data = connection.list_servers.body["items"]
data = service.list_servers.body["items"]
load(data)
end