Packit: fix deprecated config option
`packit validate-config` reported: ``` common_package_config.py WARNING synced_files option is deprecated. Use files_to_sync option instead. ``` Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
fc7810e158
commit
5fcbce535c
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
specfile_path: osbuild-composer.spec
|
||||
|
||||
synced_files:
|
||||
files_to_sync:
|
||||
- osbuild-composer.spec
|
||||
- .packit.yaml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue