Merge pull request #1135 from letusfly85/0.4-database-fix-relative-path

remove `url_.Path` for relative_path gitlab
This commit is contained in:
Brad Rydzewski 2015-08-14 00:21:22 -07:00
commit ba10629c37

View file

@ -44,7 +44,6 @@ func NewDriver(config string) (remote.Remote, error) {
return nil, err
}
params := url_.Query()
url_.Path = ""
url_.RawQuery = ""
gitlab := Gitlab{}