Skip to content

Commit

Permalink
fix: last minute rename of the show-product to list-product command was
Browse files Browse the repository at this point in the history
broken :(
  • Loading branch information
lfrancke committed Nov 19, 2024
1 parent 1bd21bc commit 0df0e7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/image_tools/bake.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ def main() -> int:
return 0

conf = load_configuration(args.configuration, args.build_arg)
if args.show_products:

if args.list_products:
print_product_versions_json(conf)
return 0

Expand Down

0 comments on commit 0df0e7d

Please sign in to comment.