1
0
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:
Alejandro Huertas Herrero 2020-05-11 22:56:35 +02:00 committed by GitHub
parent 0a8d8648b3
commit 1793699a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)