Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix copr chroot specification: replace faulty regex with simpler split
The regex `-[^-]*` has multiple matches in a chroot like: `fedora-rawhide-x86_64`, the result of the `regex_replace` is just `fedora`. Replace it with simpler split.
- Loading branch information