Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Oct 6, 2023
1 parent 47a8ad5 commit 43818d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43818d5

Please sign in to comment.