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) {