diff options
| author | Maxim Filatov <pipopolam@gmail.com> | 2013-03-21 22:37:48 +0400 |
|---|---|---|
| committer | Maxim Filatov <pipopolam@gmail.com> | 2013-03-21 22:37:48 +0400 |
| commit | d5051057734b25c3805c7fec2df0b7b99a07d697 (patch) | |
| tree | ae80667513b734de2437ce1d08ecb38d4d0e025d /lib | |
| parent | e8d93d0769b99aaab9e5d360345e355b3e682ddf (diff) | |
| download | gitlab-shell-d5051057734b25c3805c7fec2df0b7b99a07d697.tar.gz | |
gitlab_net#host: slash is missing
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gitlab_net.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_net.rb b/lib/gitlab_net.rb index cc2c5a6..884d95e 100644 --- a/lib/gitlab_net.rb +++ b/lib/gitlab_net.rb @@ -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) |
