fix: make sure vxlinux tests pass

This commit is contained in:
Martin Wimpress 2024-04-28 03:27:48 +01:00 committed by Martin Wimpress
parent 777f451fe2
commit be32867ebb
1 changed files with 1 additions and 1 deletions

View File

@ -1128,7 +1128,7 @@ function editions_void() {
}
function releases_vxlinux() {
web_pipe "https://github.com/VX-Linux/main/releases/latest" | grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]' | head -n 1 | cut -d'/' -f 3
echo $(web_pipe "https://github.com/VX-Linux/main/releases/latest" | grep -o -e 'releases/tag/[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]' | sort -u | cut -d'/' -f 3)
}
function releases_windows() {