X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/d50db372c93af9f55e670fddf7015975a0e247c4..02f408c24d82d1fac4e55c146c4fa57cbdcdeca4:/lib/blog.js?ds=inline 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); } /**