소스 검색

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

cleaverm 2 년 전
부모
커밋
17c11b3f4e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'])