Commit 601450c3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #18 from Bregor/patch-1

gitlab_net#host: slash is missing
parents e8d93d07 d5051057
......@@ -31,7 +31,7 @@ class GitlabNet
protected
def host
"#{GitlabConfig.new.gitlab_url}api/v3/internal"
"#{GitlabConfig.new.gitlab_url}/api/v3/internal"
end
def get(url)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment