From 2d438d35aea63fbf3238eacaa0ed4adb5429270a Mon Sep 17 00:00:00 2001 From: letusfly85 Date: Thu, 13 Aug 2015 13:23:58 +0000 Subject: [PATCH] remove url_.Path for relative_path gitlab --- pkg/remote/builtin/gitlab/gitlab.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/remote/builtin/gitlab/gitlab.go b/pkg/remote/builtin/gitlab/gitlab.go index 9cf388ae..a79809bf 100644 --- a/pkg/remote/builtin/gitlab/gitlab.go +++ b/pkg/remote/builtin/gitlab/gitlab.go @@ -44,7 +44,6 @@ func NewDriver(config string) (remote.Remote, error) { return nil, err } params := url_.Query() - url_.Path = "" url_.RawQuery = "" gitlab := Gitlab{}