@@ -5,7 +5,7 @@ from thefuck.specific.git import git_support
|
||||
|
||||
@git_support
|
||||
def match(command):
|
||||
return "git remote delete" in command.script
|
||||
return "remote delete" in command.script
|
||||
|
||||
|
||||
@git_support
|
||||
|
||||
Reference in New Issue
Block a user