Commit d5051057 authored by Maxim Filatov's avatar Maxim Filatov

gitlab_net#host: slash is missing

parent e8d93d07
......@@ -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