From 97b339325ac4d5a7cf56f2b87fcb93e8887e50a1 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 4 Feb 2024 23:25:20 +0100 Subject: Update deps, fix broken update --- lib/blog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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); } /** -- cgit