Skip to content

Commit

Permalink
backport of commit e0bdca4
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Aug 16, 2023
1 parent ed7ab42 commit 7a82342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/license_checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: BUSL-1.1


busl_files=$(grep -r 'SPDX-License-Identifier: BUSL' --exclude=./.github/scripts/license_checker.sh .)
busl_files=$(grep -r 'SPDX-License-Identifier: BUSL' . --exclude-dir .github)

# If we do not find a file in .changelog/, we fail the check
if [ -n "$busl_files" ]; then
Expand Down

0 comments on commit 7a82342

Please sign in to comment.