Skip to content

Commit

Permalink
ci(fix): resolve diff exit, add options for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Sep 9, 2024
1 parent 05cec2c commit 7ccddd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/file_license_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

set -e

diffparms="-u --suppress-blank-empty --strip-trailing-cr --color=never"

diffparms=${diffparms:-"-u --suppress-blank-empty --strip-trailing-cr --color=never"}
rgTemp=${rgTemp:-$(mktemp)}

# rg -i "Copyright.*The Tari Project" --files-without-match \
Expand Down

0 comments on commit 7ccddd1

Please sign in to comment.