mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update update-check job to add stars so that the end of line shows
This commit is contained in:
parent
c6f304b371
commit
a544f18e26
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue