Update update-check job to add stars so that the end of line shows

This commit is contained in:
Théophile Diot 2023-05-07 17:00:07 -04:00
parent c6f304b371
commit a544f18e26
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ try:
if current_version != latest_version:
logger.warning(
f"\n\n🚨 A new version of BunkerWeb is available: {latest_version} (current: {current_version}) 🚨\n\n",
f"* \n* \n* 🚨 A new version of BunkerWeb is available: {latest_version} (current: {current_version}) 🚨\n* \n* ",
)
except:
status = 2