diff options
Diffstat (limited to 'hooks/pre-receive')
-rwxr-xr-x | hooks/pre-receive | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hooks/pre-receive b/hooks/pre-receive index d113697..58a628b 100755 --- a/hooks/pre-receive +++ b/hooks/pre-receive @@ -16,7 +16,6 @@ def increase_reference_counter(gl_repository, repo_path) end require_relative '../lib/gitlab_custom_hook' -require_relative '../lib/gitlab_reference_counter' require_relative '../lib/gitlab_access' require_relative '../lib/gitlab_net' |