1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Update thefuck/rules/conda_mistype.py

This commit is contained in:
Pablo Aguiar 2021-02-08 12:31:38 +01:00 committed by GitHub
parent 958f8a0b3a
commit d443da4ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ def match(command):
"""
Match a mistyped command
"""
return "conda" in command.script and "Did you mean 'conda" in command.output
return "Did you mean 'conda" in command.output
def get_new_command(command):