Hopefully trim fix

This commit is contained in:
shabinder 2021-06-06 03:00:09 +05:30
parent ec141e5755
commit 54c4c8079e

View File

@ -39,11 +39,9 @@ internal suspend fun updateDownloadCards(
return getUpdatedContent(
oldContent,
"""
<a href="https://github.com/Shabinder/SpotiFlyer/releases/latest">
<img src="${getDownloadCard(totalDownloads)}"
height="125" width="280" alt="Total Downloads">
</a>
""",
<a href="https://github.com/Shabinder/SpotiFlyer/releases/latest">
<img src="${getDownloadCard(totalDownloads)}" height="125" width="280" alt="Total Downloads">
</a>""".trim().trimIndent(),
secrets.tagName
)
}