Skip to content

Commit

Permalink
packit: Fix copr owner (#257)
Browse files Browse the repository at this point in the history
"cockpit" is a group, not an user, so add the missing `@` prefix.

See 043dbbe#commitcomment-73382041
  • Loading branch information
martinpitt authored May 11, 2022
1 parent 043dbbe commit ef38abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- job: copr_build
trigger: release
metadata:
owner: cockpit
project: cockpit-preview
owner: "@cockpit"
project: "cockpit-preview"
preserve_project: True
targets:
- fedora-35
Expand Down

0 comments on commit ef38abe

Please sign in to comment.