mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-13 22:28:33 +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:
parent
5b97992d50
commit
2ea99709ad
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user