Skip to content

Commit 43818d5

Browse files
committed
Fix Typo
1 parent 47a8ad5 commit 43818d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ _main() {
4040
_add_files
4141

4242
# Check dirty state of repo again using git-diff.
43-
# (git-diff detects beter if CRLF of files changes and does NOT
43+
# (git-diff detects better if CRLF of files changes and does NOT
4444
# proceed, if only CRLF changes are detected. See #241 and #265
4545
# for more details.)
4646
if [ -n "$(git diff --staged)" ] || "$INPUT_SKIP_DIRTY_CHECK"; then

0 commit comments

Comments
 (0)