]> git.r.bdr.sh - rbdr/blog/blobdiff - lib/blog.js
Update deps, fix broken update
[rbdr/blog] / lib / blog.js
index 05c1ab6c847b36b218d61abfad2a39b7dfc4b3e6..ca944cfbdfa2c55160aacfcf74dafbce63d5695f 100644 (file)
@@ -97,7 +97,7 @@ module.exports = class Blog {
       await this.syncDown();
     }
     catch {};
-    const metadata = await this._update();
+    const metadata = await this._update(postLocation);
   }
 
   /**