diff --git a/progit/hooks/progit_hook.py b/progit/hooks/progit_hook.py index 98bf994..ea04826 100644 --- a/progit/hooks/progit_hook.py +++ b/progit/hooks/progit_hook.py @@ -52,7 +52,7 @@ class ProgitForm(wtf.Form): ) -class Debug(BaseHook): +class ProgitHook(BaseHook): ''' Progit hook. ''' name = 'Progit hooks for tickets'