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

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

This commit is contained in:
Alejandro Huertas Herrero 2020-07-27 16:33:33 +02:00 committed by GitHub
parent 971bd4a54c
commit 300da33dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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