Compare commits
No commits in common. "944b61c3d0b99abae5c09097879e0bb5efb72e36" and "bf3eeedf2b70a45516ee385fa5d933b0b60b4195" have entirely different histories.
944b61c3d0
...
bf3eeedf2b
|
@ -54,7 +54,7 @@ module.exports.merge = function (/*defaults, args*/) {
|
|||
};
|
||||
|
||||
module.exports.tplCopy = function (copy) {
|
||||
var homedir = require('os').homedir();
|
||||
var homedir = require('homedir')();
|
||||
var tplKeys;
|
||||
|
||||
copy.hostnameGet = function (copy) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "greenlock",
|
||||
"version": "2.2.15",
|
||||
"version": "2.2.14",
|
||||
"description": "Let's Encrypt for node.js on npm",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue