diff --git a/thefuck/rules/git_add_force.py b/thefuck/rules/git_add_force.py index 9adc0725..bf7c28b8 100644 --- a/thefuck/rules/git_add_force.py +++ b/thefuck/rules/git_add_force.py @@ -10,4 +10,4 @@ def match(command): @git_support def get_new_command(command): - return replace_argument(command.script, 'add', 'add --force') + return replace_argument(command.script, 'add', 'add --force')