Skip to content

Commit

Permalink
packit: do not hide the config file
Browse files Browse the repository at this point in the history
Ensure that the config file for packit is visible. We avoid hidden files
whenever allowed by the tools.

Signed-off-by: David Rheinsberg <[email protected]>
  • Loading branch information
dvdhrm committed Apr 11, 2024
1 parent 5577ea1 commit 9fc2917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .packit.yml → packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ upstream_tag_template: "v{version}"
specfile_path: ".dist-git/dbus-broker.spec"

files_to_sync:
- ".packit.yml"
- "packit.yml"
- src: ".dist-git/dbus-broker.spec"
dest: "dbus-broker.spec"

Expand Down

0 comments on commit 9fc2917

Please sign in to comment.