1
0
spegling av https://github.com/therootcompany/greenlock.js.git synced 2024-11-16 17:29:00 +00:00

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

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