diff --git a/pagure/hooks/pagure_no_new_branches.py b/pagure/hooks/pagure_no_new_branches.py index a8a929d..66f3508 100644 --- a/pagure/hooks/pagure_no_new_branches.py +++ b/pagure/hooks/pagure_no_new_branches.py @@ -94,4 +94,6 @@ class PagureNoNewBranchesHook(BaseHook): should be installed ''' + repopaths = [get_repo_path(project)] + cls.base_remove(repopaths, 'pagure_no_new_branches')