mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-26 15:12:32 +01:00
@@ -5,7 +5,7 @@ from thefuck.specific.git import git_support
|
|||||||
|
|
||||||
@git_support
|
@git_support
|
||||||
def match(command):
|
def match(command):
|
||||||
return "git remote delete" in command.script
|
return "remote delete" in command.script
|
||||||
|
|
||||||
|
|
||||||
@git_support
|
@git_support
|
||||||
|
Reference in New Issue
Block a user