fix: typo in copr wrapper (#1859)

Fixes issue #1850
This commit is contained in:
Zeglius 2024-11-06 16:54:11 +01:00 committed by GitHub
parent 1797666ac9
commit 1541613aa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,2 +1,2 @@
#!/bin/bash
exec dnf copr "$@"
exec dnf5 copr "$@"