Skip to content

Commit

Permalink
B #-: Fix typo (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel authored Aug 3, 2024
1 parent 274ad4f commit f0ce1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onecfg/lib/settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def load

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
Expand Down

0 comments on commit f0ce1c1

Please sign in to comment.