Skip to content

Commit 70188f8

Browse files
committed
ci: Fix vmm-ui check
1 parent b235f69 commit 70188f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vmm-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if [ -n "$(git status --porcelain)" ]; then
3636
echo "VMM UI build produced uncommitted changes."
3737
echo "Run: cd vmm/ui && npm ci && npm run build"
38-
echo "Then commit the updated build output `vmm/src/console_v1.html`"
38+
echo "Then commit the updated build output vmm/src/console_v1.html"
3939
git status --porcelain
4040
exit 1
4141
fi

0 commit comments

Comments
 (0)