Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoureaux committed Jan 4, 2024
1 parent d64b06a commit e11d95d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions check-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e11d95d

Please sign in to comment.