diff --git a/thefuck/rules/git_hook_bypass.py b/thefuck/rules/git_hook_bypass.py index ce479f80..f4afcf75 100644 --- a/thefuck/rules/git_hook_bypass.py +++ b/thefuck/rules/git_hook_bypass.py @@ -23,5 +23,5 @@ def get_new_command(command): ) -priority = 900 +priority = 1100 requires_output = False