Skip to content

Commit fce4eb4

Browse files
committed
Fix shellcheck SC2046: Quote this to prevent word splitting
1 parent 2f1bf7c commit fce4eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
--build-root ./build_root
3535
--www-root ./www
3636
--log-directory ./logs
37-
--group $(id -g)
37+
--group "$(id -g)"
3838
--skip-cache-invalidation
39-
--theme $(pwd)
39+
--theme "$(pwd)"
4040
--language en
4141
--branch ${{ matrix.branch }}
4242
- name: Show logs

0 commit comments

Comments
 (0)