mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-18 17:54:36 +02:00
fix(mikrotik_router): ensure proper spacing in combined changelogs
This commit is contained in:
parent
b9d87cd6aa
commit
502bebb766
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class MikrotikRouterOSUpdate(MikrotikEntity, UpdateEntity):
|
|||
changelogs = await asyncio.gather(*tasks)
|
||||
|
||||
# Combine all non-empty changelogs, maintaining reverse order
|
||||
combined_changelogs = "\n".join(filter(None, changelogs))
|
||||
combined_changelogs = "\n\n".join(filter(None, changelogs))
|
||||
return combined_changelogs.replace("*) ", "- ")
|
||||
|
||||
except Exception as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue