Mirror von
https://github.com/therootcompany/greenlock.js.git
synchronisiert 2024-11-16 17:29:00 +00:00
v3.1.2: bugfix cli output
Dieser Commit ist enthalten in:
Ursprung
d47d03c980
Commit
d57089f49c
@ -295,7 +295,7 @@ G.create = function(gconf) {
|
||||
greenlock._configAll = function(args) {
|
||||
return greenlock._find(args).then(function(sites) {
|
||||
if (!sites || !sites.length) {
|
||||
return null;
|
||||
return [];
|
||||
}
|
||||
sites = JSON.parse(JSON.stringify(sites));
|
||||
return greenlock.manager._defaults().then(function(mconf) {
|
||||
|
||||
2
package-lock.json
generiert
2
package-lock.json
generiert
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@root/greenlock",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@root/greenlock",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.2",
|
||||
"description": "The easiest Let's Encrypt client for Node.js and Browsers",
|
||||
"homepage": "https://rootprojects.org/greenlock/",
|
||||
"main": "greenlock.js",
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren