Skip to content

Commit

Permalink
Stop quoting multiple parameters
Browse files Browse the repository at this point in the history
$chroot_opts holds multiple parameters that mustn't be treated as a
single one.
  • Loading branch information
tuliom committed Feb 6, 2025
1 parent 68b3e36 commit e3c75ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fedora-copr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
--appstream off \
--delete-after-days 32 \
--module-hotfixes on \
"$chroot_opts" "${{ env.project_today }}"
$chroot_opts "${{ env.project_today }}"
- name: "Enable snapshot_build build condition for all and swig:4.0 module in RHEL 8 build chroots (if any)"
shell: bash -e {0}
Expand Down

0 comments on commit e3c75ca

Please sign in to comment.