Compare commits
2 Commits
bf3eeedf2b
...
944b61c3d0
Author | SHA1 | Date |
---|---|---|
AJ ONeal | 944b61c3d0 | |
AJ ONeal | ad577a2f62 |
|
@ -54,7 +54,7 @@ module.exports.merge = function (/*defaults, args*/) {
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports.tplCopy = function (copy) {
|
module.exports.tplCopy = function (copy) {
|
||||||
var homedir = require('homedir')();
|
var homedir = require('os').homedir();
|
||||||
var tplKeys;
|
var tplKeys;
|
||||||
|
|
||||||
copy.hostnameGet = function (copy) {
|
copy.hostnameGet = function (copy) {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "greenlock",
|
"name": "greenlock",
|
||||||
"version": "2.2.14",
|
"version": "2.2.15",
|
||||||
"description": "Let's Encrypt for node.js on npm",
|
"description": "Let's Encrypt for node.js on npm",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue