From 2e1b556b939856f0d29ed7a4490635b07617c0ad Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 3 May 2024 18:34:00 +0100 Subject: [PATCH] fix: correctly format url show daily-live tests --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 8888e18..abdc96c 100755 --- a/quickget +++ b/quickget @@ -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