diff --git a/hooks/pre-receive b/hooks/pre-receive index 6ce5879519575bca9854a0fe93f13b71dac9830e..65cd6e595ba9b201a21493718ba9c094b2025bbb 100755 --- a/hooks/pre-receive +++ b/hooks/pre-receive @@ -16,8 +16,8 @@ def increase_reference_counter(gl_repository, repo_path) end require_relative '../lib/gitlab_custom_hook' -require_relative '../lib/gitlab_access' require_relative '../lib/gitlab_net' +require_relative '../lib/gitlab_access' # It's important that on pre-receive `increase_reference_counter` gets executed # last so that it only runs if everything else succeeded. On post-receive on the