Skip to content

Commit

Permalink
Build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 21, 2024
1 parent b7a842a commit 1c67e44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file removed rules.zip
Binary file not shown.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ build() {
# rules
curl -sSL "$URL" -o rules.zip
unzip -q rules.zip
rm rules.zip

# Collate rules
for RULE in "${RULES[@]}"; do
Expand Down

0 comments on commit 1c67e44

Please sign in to comment.