X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/cf6302904d61ead65e6294e7f1be406eb68ef5f9..d92ac8ccf6516011bc40bff2b17ef0d0d766f9de:/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) {