mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
squish some warnings
This commit is contained in:
parent
8b356c50d4
commit
26a3f1a0e0
2 changed files with 2 additions and 2 deletions
|
|
@ -206,7 +206,7 @@ class HarpBlog
|
|||
File.join(@path, *components)
|
||||
end
|
||||
|
||||
def root_data_path
|
||||
def root_data_path
|
||||
path_for('public/_data.json')
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ after do
|
|||
if @wait_for_compilation
|
||||
compile.call
|
||||
else
|
||||
fork &compile
|
||||
fork(&compile)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue