From 9f56dcb5df97dab2b610fcf15977458eb7c6cf26 Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Mon, 15 Apr 2024 12:01:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20entrypoint.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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