1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 07:55:21 -04:00

run prettier

This commit is contained in:
Jake Jarvis 2021-06-03 09:46:24 -04:00
parent 8b9580e12f
commit 6ba5b6697e
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

View File

@ -1,6 +1,6 @@
'use strict';
module.exports = require("path").join(
module.exports = require('path').join(
__dirname,
'vendor',
process.platform === 'win32' ? 'hugo.exe' : 'hugo'