Skip to content

Commit f700ff1

Browse files
[8.3] Wrap error message in quotes
Co-authored-by: Seth Michael Larson <[email protected]>
1 parent 38d12f2 commit f700ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/metamodel-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
2121
- name: Check file sync
2222
run: |
23-
if [ -n "$(git status --porcelain)" ]; then echo Error: compiler's metamodel and ts generator metamodel are not in sync; git diff; git status; exit 1; fi
23+
if [ -n "$(git status --porcelain)" ]; then echo "Error: compiler's metamodel and ts generator metamodel are not in sync"; git diff; git status; exit 1; fi

0 commit comments

Comments
 (0)