mirror of https://github.com/seL4/docs.git
fix Ruby warning
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
parent
1f039c4feb
commit
ba1a459215
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue