From 43818d504497ae1cf89266ac8e6b88253fd828b3 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Fri, 6 Oct 2023 19:30:48 +0200 Subject: [PATCH] Fix Typo --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a964e7f..6fe017a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -40,7 +40,7 @@ _main() { _add_files # Check dirty state of repo again using git-diff. - # (git-diff detects beter if CRLF of files changes and does NOT + # (git-diff detects better if CRLF of files changes and does NOT # proceed, if only CRLF changes are detected. See #241 and #265 # for more details.) if [ -n "$(git diff --staged)" ] || "$INPUT_SKIP_DIRTY_CHECK"; then