From 29892f5859e86472328f028fa6be110c69bb7d89 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 24 2015 16:53:25 +0000 Subject: Fix typo in the name of the git hook to install in pagure_request_hook --- diff --git a/pagure/hooks/pagure_request_hook.py b/pagure/hooks/pagure_request_hook.py index f0d76ca..b654524 100644 --- a/pagure/hooks/pagure_request_hook.py +++ b/pagure/hooks/pagure_request_hook.py @@ -111,7 +111,7 @@ class PagureRequestHook(BaseHook): # Install the hook itself shutil.copyfile( - os.path.join(hook_files, 'pagure_hook_requets.py'), + os.path.join(hook_files, 'pagure_hook_requests.py'), os.path.join(repopath, 'hooks', 'post-receive.pagure') ) os.chmod(