diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-02-04 23:25:20 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-02-04 23:25:20 +0100 |
| commit | 97b339325ac4d5a7cf56f2b87fcb93e8887e50a1 (patch) | |
| tree | 0d1b73ce8b3f723afde8e4e0427b77e745a2824a /lib | |
| parent | a9c02cac1fde01ac28dc1241d1e63f85a1ff03a2 (diff) | |
Update deps, fix broken update5.0.1
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/blog.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); } /** |