Skip to content

Commit e3c75ca

Browse files
committed
Stop quoting multiple parameters
$chroot_opts holds multiple parameters that mustn't be treated as a single one.
1 parent 68b3e36 commit e3c75ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/fedora-copr-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
--appstream off \
145145
--delete-after-days 32 \
146146
--module-hotfixes on \
147-
"$chroot_opts" "${{ env.project_today }}"
147+
$chroot_opts "${{ env.project_today }}"
148148
149149
- name: "Enable snapshot_build build condition for all and swig:4.0 module in RHEL 8 build chroots (if any)"
150150
shell: bash -e {0}

0 commit comments

Comments
 (0)