mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
(maint) Remove filter check from commands class
This commit is contained in:
parent
296f9abb1d
commit
49b4956323
1 changed files with 1 additions and 5 deletions
|
|
@ -53,11 +53,7 @@ class Vmfloaty
|
|||
filter = options.filter
|
||||
url = options.url
|
||||
|
||||
unless filter.nil?
|
||||
Pooler.list(url, filter)
|
||||
else
|
||||
Pooler.list(url)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue