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

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy