mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
L #-: Fix linting error
This commit is contained in:
parent
a128830c20
commit
e934b1aeaf
src
@ -325,7 +325,7 @@ module CLIHelper
|
||||
column[:size] = 5
|
||||
|
||||
conf.each do |c|
|
||||
case c.is_a?
|
||||
case c.class
|
||||
when Symbol
|
||||
column[c] = true
|
||||
when Hash
|
||||
|
@ -306,7 +306,7 @@ module OneProvision
|
||||
def evaluate_erb(provision, root)
|
||||
if root.is_a? Hash
|
||||
root.each_pair do |key, value|
|
||||
case value.is_a?
|
||||
case value.class
|
||||
when Array
|
||||
root[key] = value.map do |x|
|
||||
evaluate_erb(provision, x)
|
||||
|
Loading…
Reference in New Issue
Block a user