Fix typo in selfsigned job

This commit is contained in:
TheophileDiot 2022-11-20 17:33:16 +01:00
parent 5a95e67030
commit 840ef8cf89
1 changed files with 1 additions and 1 deletions

View File

@ -111,6 +111,6 @@ try:
except:
status = 2
logger.error(f"Exception while running certbot-new.py :\n{format_exc()}")
logger.error(f"Exception while running self-signed.py :\n{format_exc()}")
sys_exit(status)