diff --git a/thefuck/main.py b/thefuck/main.py index 506a1a06..7a9c371e 100644 --- a/thefuck/main.py +++ b/thefuck/main.py @@ -33,6 +33,8 @@ def fix_command(): if selected_command: selected_command.run(command) + else: + sys.exit(1) def print_alias(entry_point=True):