diff --git a/entrypoint.sh b/entrypoint.sh index 5787d7e..25ff61a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,6 +9,6 @@ echo "Processing event '$GITHUB_EVENT_NAME'" -echo "List of files no has license:" +echo "List of files with absent license:" echo "===================================" echo /app/addlicense -check "$1" . | sh