Added missing exit

This commit is contained in:
Kevin Veen-Birkenbach
2025-03-13 23:58:48 +01:00
parent d5d60c3784
commit 7c88e51d79

View File

@@ -212,7 +212,8 @@ For detailed help on each command, use:
if args.command in ["make"]:
exec_proxy_command(args.command,selected, repositories_base_dir, all_repos_list, args.subcommand, args.extra_args, args.preview)
exit(0)
# Dispatch commands.
if args.command == "install":
install_repos(selected,repositories_base_dir, BIN_DIR, all_repos_list, args.no_verification, preview=args.preview, quiet=args.quiet)