ci/check-cherry-picks: fix indent of truncation marker (#415221)

authored by Jörg Thalheim and committed by GitHub 666f18cc e837c219

+1 -1
+1 -1
ci/check-cherry-picks.sh
··· 121 121 # consider this too unlikely to happen, to deal with explicitly. 122 122 max_length=10000 123 123 if [ "${#diff}" -gt $max_length ]; then 124 - printf -v diff "%s\n\n[...truncated...]" "$(echo "$diff" | head -c $max_length | head -n-1)" 124 + printf -v diff "%s\n>\n> [...truncated...]" "$(echo "$diff" | head -c $max_length | head -n-1)" 125 125 fi 126 126 echo "$diff" >> $markdown_file 127 127 echo '> ```' >> $markdown_file