diff --git a/thefuck/rules/conda_mistype.py b/thefuck/rules/conda_mistype.py index cc2574d2..fbba6094 100644 --- a/thefuck/rules/conda_mistype.py +++ b/thefuck/rules/conda_mistype.py @@ -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):