mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 01:28:56 +00:00
Change: remove period from git checkout error output.
This commit is contained in:
parent
01a5ba99d0
commit
fc705befc7
@ -8,7 +8,7 @@ from thefuck.shells import shell
|
|||||||
|
|
||||||
@git_support
|
@git_support
|
||||||
def match(command):
|
def match(command):
|
||||||
return ('did not match any file(s) known to git.' in command.output
|
return ('did not match any file(s) known to git' in command.output
|
||||||
and "Did you forget to 'git add'?" not in command.output)
|
and "Did you forget to 'git add'?" not in command.output)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user