From ad577a2f620012a2563226d9f5ee08157e79069a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 15 May 2018 17:35:22 -0600 Subject: [PATCH] remove remnant homedir dependency --- lib/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.js b/lib/utils.js index f5fad38..a722333 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -54,7 +54,7 @@ module.exports.merge = function (/*defaults, args*/) { }; module.exports.tplCopy = function (copy) { - var homedir = require('homedir')(); + var homedir = require('os').homedir(); var tplKeys; copy.hostnameGet = function (copy) {