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:
parent
8944e4c077
commit
a17ccf2dc0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue