Skip to content

Commit

Permalink
Add ticket to reference for more details
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Aug 16, 2023
1 parent 8e083db commit afc0ca9
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 @@ -7,7 +7,7 @@ busl_files=$(grep -r 'SPDX-License-Identifier: BUSL' --exclude=./.github/scripts

# If we do not find a file in .changelog/, we fail the check
if [ -n "$busl_files" ]; then
echo "Found BUSL occurrences in the PR branch!"
echo "Found BUSL occurrences in the PR branch! (See NET-5258 for details)"
echo -n "$busl_files"
exit 1
else
Expand Down

0 comments on commit afc0ca9

Please sign in to comment.