summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-02-06 09:51:05 +0100
committerRémy Coutable <remy@rymai.me>2017-02-07 16:08:58 +0100
commitf85d650e67d199f43259a9181d7c0406571f4bcf (patch)
treecceba26057195d60e0253a5439eac9b9da57d996
parenta812dc29035147322a6361bcc26f4626dd57eaee (diff)
downloadgitlab-shell-backport-112-to-3-6-stable.tar.gz
Bump VERSION to 3.6.7backport-112-to-3-6-stable
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--VERSION2
-rw-r--r--lib/gitlab_access.rb2
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?