From 0ecef1993677d3a93f108b9f4cc4ac94009c16f2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Jun 2025 09:07:12 +1200 Subject: [PATCH] 'Generic Commit' --- getpkg/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/getpkg/test.sh b/getpkg/test.sh index 3eda8e9..1174ecc 100755 --- a/getpkg/test.sh +++ b/getpkg/test.sh @@ -188,6 +188,7 @@ if [ -n "${SOS_WRITE_TOKEN:-}" ]; then # Extract hash for later cleanup PUBLISHED_HASH=$(echo "$PUBLISH_OUTPUT" | grep "Hash:" | cut -d' ' -f2) + echo "Published hash: $PUBLISHED_HASH" # Test 7: Check if published tool exists echo -e "\nTest 7: Check published tool exists"