Skip to content

Commit 704c1be

Browse files
committed
fix(scripts): Fix shexli script bug if there was no zip package before running
1 parent 72f97c9 commit 704c1be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/shexli.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ fi
1313

1414
# Make sure there is a zip
1515
make pack
16+
zips=(dist/*.zip)
1617

1718
uvx --python 3.12 \
1819
--from 'shexli==0.2.1' \

0 commit comments

Comments
 (0)