X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/a9c02cac1fde01ac28dc1241d1e63f85a1ff03a2..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); } /**