mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-01 05:47:01 +03:00
(cherry picked from commit f0c01ca2380ef523094453d50d2f512557eaa3f6)
This commit is contained in:
parent
dd1007ee5b
commit
aeb9b15ea0
@ -809,7 +809,7 @@ module CLIHelper
|
||||
# @param options [Hash] Object with CLI user options
|
||||
def update_columns(options)
|
||||
begin
|
||||
if @conf
|
||||
if @conf && File.exists?(@conf)
|
||||
config = YAML.load_file(@conf)
|
||||
else
|
||||
config = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user