mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
small typo
This commit is contained in:
parent
fc5675dfdb
commit
a243b3bbae
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module Fog
|
|||
if filters['zone'].nil?
|
||||
data = []
|
||||
service.list_zones.body['items'].each do |zone|
|
||||
data += service.list_servers(zone['name']).body["items"] || []
|
||||
data += service.list_disks(zone['name']).body["items"] || []
|
||||
end
|
||||
else
|
||||
data = service.list_disks(filters['zone']).body["items"] || []
|
||||
|
|
Loading…
Reference in a new issue