mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 09:39:01 +00:00
Fixed flake errors
This commit is contained in:
parent
395d69eadb
commit
fdf26a652d
@ -1,5 +1,6 @@
|
|||||||
from thefuck.utils import for_app, which
|
from thefuck.utils import for_app, which
|
||||||
|
|
||||||
|
|
||||||
@for_app("choco", "cinst")
|
@for_app("choco", "cinst")
|
||||||
def match(command):
|
def match(command):
|
||||||
return ((command.script.startswith('choco install') or 'cinst' in command.script_parts)
|
return ((command.script.startswith('choco install') or 'cinst' in command.script_parts)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user