mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-20 14:03:36 +03:00
B #-: Fix typo (#3191)
This commit is contained in:
parent
274ad4fca9
commit
f0ce1c110d
@ -43,7 +43,7 @@ module OneCfg
|
||||
|
||||
if ::File.exist?(@name)
|
||||
if Psych::VERSION > '4.0'
|
||||
@content = YAML.load_file(@name, :alises => true)
|
||||
@content = YAML.load_file(@name, :aliases => true)
|
||||
else
|
||||
@content = YAML.load_file(@name)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user