aboutsummaryrefslogtreecommitdiff
path: root/lib/blog.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/blog.js')
-rw-r--r--lib/blog.js2
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);
}
/**