Skip to content

Commit d1eae40

Browse files
committed
Fix missing "
1 parent bd6fc2b commit d1eae40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Regenerate the manifest
9292
run: poetry run python fractal_tasks_core/dev/create_manifest.py
9393
- name: Setup friendly diff style
94-
run: echo "*.json diff=json" >> .gitattributes && git config diff.json.textconv "jq --sort-keys '.' \$1
94+
run: echo "*.json diff=json" >> .gitattributes && git config diff.json.textconv "jq --sort-keys '.' \$1"
9595
- name: Run git diff for manifest
9696
run: git diff ./fractal_tasks_core/__FRACTAL_MANIFEST__.json
9797
- name: Check if manifest has changed

0 commit comments

Comments
 (0)