Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
Zoey 2024-01-21 12:56:22 +01:00
commit 0620ced474
No known key found for this signature in database
GPG key ID: 02A3919EB4F67328
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
2.11.0
2.11.1

View file

@ -14,6 +14,7 @@ const certbot = {
return new Promise((resolve, reject) => {
if (pluginKeys.length === 0) {
resolve();
return;
}