From f85d650e67d199f43259a9181d7c0406571f4bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Mon, 6 Feb 2017 09:51:05 +0100 Subject: Bump VERSION to 3.6.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- VERSION | 2 +- lib/gitlab_access.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 4f2c1d1..5b34131 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6.6 +3.6.7 diff --git a/lib/gitlab_access.rb b/lib/gitlab_access.rb index 717a6b6..c1b30b0 100644 --- a/lib/gitlab_access.rb +++ b/lib/gitlab_access.rb @@ -26,7 +26,7 @@ class GitlabAccess "GIT_OBJECT_DIRECTORY" => ENV["GIT_OBJECT_DIRECTORY"] } - status = api.check_access('git-receive-pack', @repo_path, @actor, @changes, @protocol, env: env.to_json) + status = api.check_access('git-receive-pack', @repo_name, @actor, @changes, @protocol, env: env.to_json) raise AccessDeniedError, status.message unless status.allowed? -- cgit v1.2.1