mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[libvirt] - ensure no nil pools are returned
This commit is contained in:
parent
851e838d46
commit
e561b50bb6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module Fog
|
|||
data << find_pool_by_name(name)
|
||||
end
|
||||
end
|
||||
data
|
||||
data.compact
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue