From 258eecc3b14b65ba371abbc09f78436475581744 Mon Sep 17 00:00:00 2001 From: molo1134 Date: Thu, 4 Nov 2021 12:38:06 -0400 Subject: [PATCH] uls-fetch: correctly download weekly zip files --- uls-fetch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/uls-fetch.sh b/uls-fetch.sh index adb73b3..6811ee2 100755 --- a/uls-fetch.sh +++ b/uls-fetch.sh @@ -133,6 +133,7 @@ main() { al_type="${fn#*_}" al_type="${al_type%%_*}" + al_type="${al_type%%.info}" kind="${fn%%_*}" if [ "$kind" = "weekly" ]; then args="$args -W $al_type"