Skip to content

Commit da0ac0c

Browse files
committed
step
1 parent 7bf11c2 commit da0ac0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/ci_collect_logs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ details_line() {
3737
fi
3838
if [ $SKETCH_ISSUES_COUNT -ne 0 ] ; then
3939
SUMMARY="${SUMMARY} with ${SKETCH_ISSUES_COUNT} issues"
40-
BODY="\n\n\`\`\n${SKETCH_ISSUES}\n\`\`\`\n"
40+
BODY="\n\n\`\`\`\n${SKETCH_ISSUES}\n\`\`\`\n"
4141
else
4242
BODY=""
4343
fi

0 commit comments

Comments
 (0)