remove remnant homedir dependency

This commit is contained in:
AJ ONeal 2018-05-15 17:35:22 -06:00
parent bf3eeedf2b
commit ad577a2f62
1 changed files with 1 additions and 1 deletions

View File

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