fix: correctly format releases_athenaos() output

This commit is contained in:
Martin Wimpress 2024-04-21 09:44:22 +01:00 committed by Martin Wimpress
parent cf5b404dce
commit 0596f3b243
1 changed files with 1 additions and 1 deletions

View File

@ -809,7 +809,7 @@ function editions_artixlinux() {
}
function releases_athenaos() {
web_pipe "https://api.github.com/repos/Athena-OS/athena/releases" | grep 'download_url' | grep rolling | cut -d'/' -f8 | uniq | tr '\n' ' '
echo $(web_pipe "https://api.github.com/repos/Athena-OS/athena/releases" | grep 'download_url' | grep rolling | cut -d'/' -f8 | uniq | tr '\n' ' ')
}
function releases_batocera() {