summaryrefslogtreecommitdiff
path: root/lib/gitlab_access.rb
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-06-30 10:57:43 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-06-30 10:57:43 +0000
commit710746ff1e6762f5072c6ae6443fd3ad75169bc1 (patch)
tree810dd76a8b3bea1048e5951cefd4d1eeee5aaefd /lib/gitlab_access.rb
parent5a6d71d143a6ea5f9747b25304aafa902ed381d0 (diff)
parent18b4d39ac7172cb02cec63e7bf1cc21807a9b3f0 (diff)
downloadgitlab-shell-710746ff1e6762f5072c6ae6443fd3ad75169bc1.tar.gz
Merge branch 'shards' into 'master' v3.1.0
Implement shard paths handling See https://gitlab.com/gitlab-org/gitlab-ee/issues/583 See merge request !61
Diffstat (limited to 'lib/gitlab_access.rb')
-rw-r--r--lib/gitlab_access.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_access.rb b/lib/gitlab_access.rb
index 5816969..10afeef 100644
--- a/lib/gitlab_access.rb
+++ b/lib/gitlab_access.rb
@@ -15,7 +15,7 @@ class GitlabAccess
@config = GitlabConfig.new
@repo_path = repo_path.strip
@actor = actor
- @repo_name = extract_repo_name(@repo_path.dup, config.repos_path.to_s)
+ @repo_name = extract_repo_name(@repo_path.dup)
@changes = changes.lines
end