X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/cf6302904d61ead65e6294e7f1be406eb68ef5f9..9e355758760cfa0c3d34759d22875c9d82ddd971:/bin/blog.js diff --git a/bin/blog.js b/bin/blog.js index c88a8aa..18443aa 100755 --- a/bin/blog.js +++ b/bin/blog.js @@ -33,11 +33,12 @@ const internals = { } if (argument === 'publish') { - await internals.blog.update(value); + await internals.blog.publish(value); return; } } } + console.log('Not yet implemented'); } catch (err) {