fix: correctly format url show daily-live tests

This commit is contained in:
Martin Wimpress 2024-05-03 18:34:00 +01:00 committed by Martin Wimpress
parent c693dc9ba7
commit 2e1b556b93
1 changed files with 1 additions and 1 deletions

View File

@ -1296,7 +1296,7 @@ function zsync_get() {
local URL="${1}"
# Test mode for ISO
if [ "${OPERATION}" == "show" ]; then
echo "${URL}"
test_result "${OS}" "${RELEASE}" "${EDITION}" "${URL}"
exit 0
elif [ "${OPERATION}" == "test" ]; then
if ! web_check "${URL}"; then