mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-26 07:02:35 +01:00
@@ -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