1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #-: fix minor CLI bug due to linting (#118)

(cherry picked from commit 300da33dc5a06966bc8e652dec479de56fa2bd61)
This commit is contained in:
Alejandro Huertas Herrero 2020-07-27 16:33:33 +02:00 committed by Ruben S. Montero
parent 81b47d96be
commit db1a36e976
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -325,7 +325,7 @@ module CLIHelper
column[:size] = 5
conf.each do |c|
case c.class
case c
when Symbol
column[c] = true
when Hash