Skip to content

Commit

Permalink
add to readme and flake
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmartian committed Oct 9, 2020
1 parent 1b61e1a commit 0745583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -184,6 +184,7 @@ following rules are enabled by default:
* `chmod_x` – add execution bit;
* `choco_install` – append common suffixes for chocolatey packages;
* `composer_not_command` – fixes composer command name;
* `conda_mistype` – fixes conda commands;
* `cp_create_destination` – creates a new directory when you attempt to `cp` or `mv` to a non existent one
* `cp_omitting_directory` – adds `-a` when you `cp` directory;
* `cpp11` – adds missing `-std=c++11` to `g++` or `clang++`;
Expand Down
2 changes: 1 addition & 1 deletion thefuck/rules/conda_mistype.py
@@ -1,5 +1,5 @@
import re
from thefuck.utils import get_all_matched_commands, replace_command
from thefuck.utils import replace_command


def match(command):
Expand Down

0 comments on commit 0745583

Please sign in to comment.