1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Refining new post

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-03-05 10:05:33 -08:00
parent 7771c7aa9d
commit 38f0b38f9f
2 changed files with 6 additions and 5 deletions

View File

@@ -34,5 +34,5 @@ module.exports = exports = async function newPost () {
await fs.writeFile(target, contents);
log('Created new post at posts/' + fname);
log('Created new post at ' + target);
};