Skip to content

Commit

Permalink
Update helpers.rb
Browse files Browse the repository at this point in the history
Allow YAML.load_file to parse aliases, explicitly.
  • Loading branch information
pattacini authored Oct 14, 2024
1 parent 7f73199 commit d1a17da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_entries(dirname)
if files then
files.each { |file|
if !file.empty? then
entries.merge!(YAML.load_file(file))
entries.merge!(YAML.load_file(file, aliases: true))
end
}
end
Expand Down

0 comments on commit d1a17da

Please sign in to comment.