Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fce4eb4

Browse filesBrowse files
committed
Fix shellcheck SC2046: Quote this to prevent word splitting
1 parent 2f1bf7c commit fce4eb4
Copy full SHA for fce4eb4

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/tests.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.