Skip to content

Commit 45522bf

Browse files
committed
[ci] Fix typo in error annotation workflow command
Signed-off-by: Alex Jones <alex.jones@lowrisc.org>
1 parent c667718 commit 45522bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/scripts/check-ascii.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ git ls-files | \
8686
grep -v "${suff_re}" | \
8787
env LC_ALL=C xargs grep -d skip -P '[^\0-\x7f]' >"$TMPFILE" || true
8888
if [ -s "$TMPFILE" ]; then
89-
echo -n ":error::"
89+
echo -n "::error::"
9090
echo "One or more files have unexpected non-ASCII text:"
9191
cat "$TMPFILE"
9292
exit 1

0 commit comments

Comments
 (0)