Explorar o código

fix: typo in letsencrypt.js logging output (#5712)

cleaverm %!s(int64=2) %!d(string=hai) anos
pai
achega
17c11b3f4e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server/core/letsencrypt.js

+ 1 - 1
server/core/letsencrypt.js

@@ -113,7 +113,7 @@ module.exports = {
           }
         }
       })
-      WIKI.logger.info(`(LETSENCRYPT) New certifiate received successfully: [ COMPLETED ]`)
+      WIKI.logger.info(`(LETSENCRYPT) New certificate received successfully: [ COMPLETED ]`)
       WIKI.config.letsencrypt.payload = certResp
       WIKI.config.letsencrypt.domain = WIKI.config.ssl.domain
       await WIKI.configSvc.saveToDb(['letsencrypt'])