mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #-: fix minor bug in oneprovision cmd (#4693)
This commit is contained in:
parent
0a8d8648b3
commit
1793699a29
@ -358,7 +358,7 @@ CommandParser::CmdParser.new(ARGV) do
|
||||
columns = %w[hosts networks datastores]
|
||||
|
||||
cluster_helper = OneClusterHelper.new
|
||||
list = helper.get_list(columns, false)
|
||||
list = helper.get_list(columns)
|
||||
|
||||
cluster_helper.format_pool(options).show(list, options)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user