Skip to content

Commit

Permalink
Use correct edit-chroot option
Browse files Browse the repository at this point in the history
According to `copr edit-chroot --help`, the name of the option
is `--repos`, not `--repo`.
  • Loading branch information
nikic committed Dec 15, 2024
1 parent e74d093 commit 46401eb
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 @@ -145,7 +145,7 @@ jobs:
# https://bugzilla.redhat.com/show_bug.cgi?id=2331339
# Once that package is accepted in Fedora, remove the following chroot edit.
if [[ "$chroot" =~ fedora-(4[0-9]|rawhide) ]]; then
copr edit-chroot --repo "https://download.copr.fedorainfracloud.org/results/kkleine/python-nanobind/\$distname-\$releasever-\$basearch" ${{ env.project_today }}/$chroot
copr edit-chroot --repos "https://download.copr.fedorainfracloud.org/results/kkleine/python-nanobind/\$distname-\$releasever-\$basearch" ${{ env.project_today }}/$chroot
fi
done
Expand Down

0 comments on commit 46401eb

Please sign in to comment.