From abe2c63247655d0ec705d6b07593de724e1b065f Mon Sep 17 00:00:00 2001 From: zenobit Date: Tue, 4 Mar 2025 00:24:21 +0100 Subject: [PATCH] Update quickget --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 43c0529..374f011 100755 --- a/quickget +++ b/quickget @@ -346,7 +346,7 @@ function test_all() { for RELEASE in $(releases_); do . "actions/${OS}" if [ "${OS}" == 'rebornos' ]; then - if curl -I "https://cdn.soulharsh007.dev/RebornOS-ISO/${ISO}" + if curl -I "https://cdn.soulharsh007.dev/RebornOS-ISO/${ISO}"; then test_result "${OS} ${RELEASE} ${URL} PASS" else test_result "${OS} ${RELEASE} ${URL} FAIL"