Skip to content

Commit ac660fe

Browse files
authored
Fix diagnostic string interpolation in check-autogen-diff
1 parent ea39273 commit ac660fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
swift run -q --package-path Utilities WasmKitDevUtils vmgen >> vmgen.txt
2626
cat wasmgen.txt
2727
cat vmgen.txt
28-
test -s wasmgen.txt && echo "Uncommitted changes made by `WasmKitDevUtils wasmgen`" && exit 1
29-
test -s vmgen.txt && echo "Uncommitted changes made by `WasmKitDevUtils vmgen`" && exit 1
28+
test -s wasmgen.txt && echo 'Uncommitted changes made by `WasmKitDevUtils wasmgen`' && exit 1
29+
test -s vmgen.txt && echo 'Uncommitted changes made by `WasmKitDevUtils vmgen`' && exit 1
3030
3131
build-macos:
3232
strategy:

0 commit comments

Comments
 (0)