fix Ruby warning

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
Gerwin Klein 2024-05-20 11:50:09 +10:00 committed by Indan Zupancic
parent 1f039c4feb
commit ba1a459215
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ module Jekyll
end
def read_file(file, context)
File.read(file, file_read_opts(context))
File.read(file, **file_read_opts(context))
end
def file_read_opts(context)