From e11d95dc4dddf05d2ca95368b43994a4814f5e71 Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Thu, 4 Jan 2024 18:42:19 +0100 Subject: [PATCH] debug --- check-versions.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/check-versions.sh b/check-versions.sh index 119eb76..8a6b3ec 100644 --- a/check-versions.sh +++ b/check-versions.sh @@ -6,6 +6,9 @@ # Checks that the version numbers in the index file match those in the # modpacks. +set -e +set -x + IFS='|' jq -r '.modpacks[] | "\(.name)|\(.version)|\(.url)"' index.json \ | while read NAME VERSION URL; do