Skip to content

Commit

Permalink
Update grep command to work on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Aug 16, 2023
1 parent 9e9800e commit e0bdca4
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 e0bdca4

Please sign in to comment.