Prelim: Missing comma

This commit is contained in:
Rory Fewell
2025-07-03 21:45:45 +01:00
parent 5ddceb4750
commit ae22bf5f13

View File

@@ -11,7 +11,7 @@ def main(stdscr):
wsetup_step_welcome,
wsetup_step_eula,
wsetup_step_confirm_system,
wsetup_step_install_base
wsetup_step_install_base,
wsetup_step_prepare_chain_to_gui
]