Skip to content

Commit 619ae50

Browse files
committed
One more formatting fix
1 parent 19c71e3 commit 619ae50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_changeset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ async function main() {
100100
.filter((line: string) => !line.includes('exited with error code 1'))
101101
.map((line: string) => ` ${line}`)
102102
.join('%0A');
103-
formattedStatusError += ' ```%0A';
103+
formattedStatusError += '%0A ```%0A';
104104
/**
105105
* Sets Github Actions output for a step. Pass changeset error message to next
106106
* step. See:

0 commit comments

Comments
 (0)