1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-20 01:28:56 +00:00

Merge 2ea99709ad39c194a347d5d55212e5a39ab65b45 into 6b54a3a0728189ab1989fd2175d234c53b7cf40c

This commit is contained in:
Pablo Aguiar 2015-04-22 03:15:32 +00:00
commit b75c6f9b63

View File

@ -139,7 +139,7 @@ def main():
command = get_command(settings, sys.argv) command = get_command(settings, sys.argv)
if command: if command:
if is_second_run(command): if is_second_run(command):
print("echo Can't fuck twice") print("echo \"Can't fuck twice\"")
return return
rules = get_rules(user_dir, settings) rules = get_rules(user_dir, settings)