fix results vars

This commit is contained in:
Louis Abel 2023-05-15 08:55:53 -07:00
parent 2455f20ce9
commit c8eff9b7ee
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 3 additions and 3 deletions

View File

@ -29,9 +29,9 @@ a = IsoBuild(
arch=results.arch,
force_download=results.force_download,
compose_dir_is_here=results.local_compose,
s3_region=result.s3_region,
s3_bucket=result.s3_bucket,
s3_bucket_url=result.s3_bucket_url,
s3_region=results.s3_region,
s3_bucket=results.s3_bucket,
s3_bucket_url=results.s3_bucket_url,
logger=results.logger,
)