mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 17:48:41 +00:00
Update thefuck/rules/conda_mistype.py
This commit is contained in:
parent
958f8a0b3a
commit
d443da4ba9
@ -7,7 +7,7 @@ def match(command):
|
|||||||
"""
|
"""
|
||||||
Match a mistyped 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):
|
def get_new_command(command):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user