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

main: enclose text with single quote in double quotes

Signed-off-by: Pablo Santiago Blum de Aguiar <scorphus@gmail.com>
This commit is contained in:
Pablo Santiago Blum de Aguiar 2015-04-21 12:58:53 -03:00
parent 5b97992d50
commit 2ea99709ad
No known key found for this signature in database
GPG Key ID: 53EA3545AAE6400E

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)