Fix path handle for files changes

This commit is contained in:
lowlighter
2021-03-14 13:36:53 +01:00
parent a0c70b1e93
commit 403fb9d656

View File

@@ -271,7 +271,7 @@
//Check editions
if ((committer.commit)||(committer.pr)) {
const git = sgit()
const sha = await git.hashObject(filename)
const sha = await git.hashObject(paths.join("/renders", filename))
info("Current render sha", sha)
if (committer.sha === sha) {
info(`Commit to branch ${committer.branch}`, "(no changes)")