From 6ba5b6697edf9dcadc73fc8ceffe24872b49f9f1 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 3 Jun 2021 09:46:24 -0400 Subject: [PATCH] run prettier --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7a929b0..c9f7b78 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ 'use strict'; -module.exports = require("path").join( +module.exports = require('path').join( __dirname, 'vendor', process.platform === 'win32' ? 'hugo.exe' : 'hugo'