diff --git a/thefuck/main.py b/thefuck/main.py index 3c034d8f..215acca9 100644 --- a/thefuck/main.py +++ b/thefuck/main.py @@ -139,7 +139,7 @@ def main(): command = get_command(settings, sys.argv) if command: if is_second_run(command): - print("echo Can't fuck twice") + print("echo \"Can't fuck twice\"") return rules = get_rules(user_dir, settings)