We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a8ad5 commit 43818d5Copy full SHA for 43818d5
entrypoint.sh
@@ -40,7 +40,7 @@ _main() {
40
_add_files
41
42
# Check dirty state of repo again using git-diff.
43
- # (git-diff detects beter if CRLF of files changes and does NOT
+ # (git-diff detects better if CRLF of files changes and does NOT
44
# proceed, if only CRLF changes are detected. See #241 and #265
45
# for more details.)
46
if [ -n "$(git diff --staged)" ] || "$INPUT_SKIP_DIRTY_CHECK"; then
0 commit comments