From 6ea911516421db4e2806f50dc7319137e449c909 Mon Sep 17 00:00:00 2001 From: Christian Hemminghaus <15739060+chemmi@users.noreply.github.com> Date: Tue, 13 Jun 2023 07:07:17 +0200 Subject: [PATCH] Fix typo --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 5a33899..2cb705f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -78,7 +78,7 @@ getPullRequestCommitInfo() { } failECLint() { - echo "EditorConfig tyle violations found!" >&2 + echo "EditorConfig style violations found!" >&2 exit 1 } passECLint() {