Skip to content

Commit 7e33a2b

Browse files
authored
Fix: typo in output when running action (#22)
1 parent 755c359 commit 7e33a2b

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
@@ -12,7 +12,7 @@ echo " - ignoring: '${INPUT_IGNORE}'"
1212
if [ "x${INPUT_IGNORE}" != "x" ]; then
1313
command_args="${command_args} --ignore ${INPUT_IGNORE}"
1414
fi
15-
echo " - nax line length: '${INPUT_MAX_LINE_LENGTH}'"
15+
echo " - max line length: '${INPUT_MAX_LINE_LENGTH}'"
1616
if [ "x${INPUT_MAX_LINE_LENGTH}" != "x" ]; then
1717
command_args="${command_args} --max-line-length ${INPUT_MAX_LINE_LENGTH}"
1818
fi

0 commit comments

Comments
 (0)