Skip to content

Commit 48c937e

Browse files
authored
Update .github/workflows/rat.yaml
1 parent c8b7bda commit 48c937e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Run RAT
3232
run: |
33-
java -jar apache-rat-0.16.1/apache-rat-0.16.1.jar -d . -E .rat-exceptions > rat-report.txt
33+
java -jar apache-rat-0.16.1/apache-rat-0.16.1.jar -d . -E .rat-exlcudes > rat-report.txt
3434
cat rat-report.txt
3535
# Fail if unapproved licenses are found
3636
grep -qe '^0 Unknown Licenses' rat-report.txt && exit 0 || exit 1

0 commit comments

Comments
 (0)