Skip to content

Commit 556e360

Browse files
committed
missing closequote
1 parent 6fba3b6 commit 556e360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
--mount type=volume,source=rootmount,target=/root \
4848
--mount type=bind,source=./,target=/app \
4949
-t hjwp/obeythetestinggoat-book-tester:latest \
50-
bash -c 'git submodule status | awk "{print $2}" | xargs -I% bash -c "cd % && git fetch"
50+
bash -c 'git submodule status | awk "{print $2}" | xargs -I% bash -c "cd % && git fetch"'
5151
5252
- name: check submodule branches
5353
run: |

0 commit comments

Comments
 (0)