fix set var

This commit is contained in:
Louis Abel 2023-03-27 21:14:48 -07:00
parent 582905d71e
commit 4ad04a1b39
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -1165,7 +1165,7 @@ class IsoBuild:
# based on an issue I had filed. The above was the original part, the
# below is a pungi "buildinstall" thing that we don't do, but may
# include as a feature if it ever happens.
updatable_files = set(ArchCheck.boot_configs, ArchCheck.boot_images, ['.discinfo'])
updatable_files = set(ArchCheck.boot_configs + ArchCheck.boot_images + ['.discinfo'])
ignores = set()
updatables = set()