X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/d50db372c93af9f55e670fddf7015975a0e247c4..97b339325ac4d5a7cf56f2b87fcb93e8887e50a1:/lib/blog.js diff --git a/lib/blog.js b/lib/blog.js index 05c1ab6..ca944cf 100644 --- a/lib/blog.js +++ b/lib/blog.js @@ -97,7 +97,7 @@ module.exports = class Blog { await this.syncDown(); } catch {}; - const metadata = await this._update(); + const metadata = await this._update(postLocation); } /**