2
0
mirror of https://github.com/therootcompany/greenlock.js.git synced 2025-03-06 00:30:41 +00:00

remove remnant homedir dependency

This commit is contained in:
AJ ONeal 2018-05-15 17:35:22 -06:00
parent bf3eeedf2b
commit ad577a2f62

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