Skip to content

Commit

Permalink
fix kiwi
Browse files Browse the repository at this point in the history
  • Loading branch information
tomirgang committed Oct 20, 2024
1 parent ea6dea3 commit 0dcf9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebcl/tools/root/kiwi.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def build_kiwi_image(
image: Optional[str] = config.image
else:
generate_repos = not use_berrymill
image = _generate_kiwi_image(config, name, result_dir, generate_repos)
image = _generate_kiwi_image(config, image_name, result_dir, generate_repos)

if not image:
logging.critical('No kiwi image description found!')
Expand Down

0 comments on commit 0dcf9c3

Please sign in to comment.