Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
commit
0620ced474
2 changed files with 2 additions and 1 deletions
2
.version
2
.version
|
@ -1 +1 @@
|
|||
2.11.0
|
||||
2.11.1
|
||||
|
|
|
@ -14,6 +14,7 @@ const certbot = {
|
|||
|
||||
return new Promise((resolve, reject) => {
|
||||
if (pluginKeys.length === 0) {
|
||||
resolve();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue