Merge pull request 'pkgs/cli: Fix typo in comment' (#2406) from kenji/clan-core:kenji-cli/fix/typo into main

This commit is contained in:
clan-bot
2024-11-14 09:22:41 +00:00

View File

@@ -219,7 +219,7 @@ def run(
) )
if needs_user_terminal: if needs_user_terminal:
# we didn't allocat a new session, so we can't terminate the process group # we didn't allocate a new session, so we can't terminate the process group
stack.enter_context(terminate_process(process)) stack.enter_context(terminate_process(process))
else: else:
stack.enter_context(terminate_process_group(process)) stack.enter_context(terminate_process_group(process))