Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent 543d500 commit 1843de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/validate_raw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ format_file() {

# Entry point

trap 'find . -maxdepth 1 -type f -name '*.tmp' -delete' EXIT
trap 'find . -maxdepth 1 -type f -name "*.tmp" -delete' EXIT

# Add new wildcards to the raw files
cat "$WILDCARDS" >> "$RAW"
Expand Down

0 comments on commit 1843de1

Please sign in to comment.