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 c117001 commit 7956d88Copy full SHA for 7956d88
serverhooks/update
@@ -73,7 +73,7 @@ for sha1 in ${span}; do
73
74
# check length of commit description lines
75
while IFS= read -r line; do
76
- if [ 75 -lt $(echo ${line} | wc -c) ]; then
+ if [ 75 -lt $(echo "${line}" | wc -c) ]; then
77
echo "${sha1} bad commit message; header or description lines are too long (max 75 chars per line)"
78
refuse=true
79
break
0 commit comments