remove remnant homedir dependency

This commit is contained in:
AJ ONeal 2018-05-15 17:35:22 -06:00
förälder bf3eeedf2b
incheckning ad577a2f62
1 ändrade filer med 1 tillägg och 1 borttagningar

Visa fil

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