Skip to content

Commit

Permalink
output corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey.shulika committed Nov 8, 2023
1 parent 1ee83b6 commit ccdc23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
line_count=$(wc -l < ./licenses_check/failed_licenses.csv)
if [[ $line_count -gt 1 ]]; then
echo "FAILED: failed/unknown licenses found"
echo "FAILED due to unknown licenses found"
exit 1
else
echo "PASSED: licenses checks successfull"
Expand Down

0 comments on commit ccdc23a

Please sign in to comment.