Skip to content

Commit

Permalink
fix go get subpackage bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Sep 23, 2017
1 parent 2db424c commit 67bacfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/repo/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

func composeGoGetImport(owner, repo, sub string) string {
return path.Join(setting.Domain, setting.AppSubURL, owner, repo, sub)
return path.Join(setting.Domain, setting.AppSubURL, owner, repo)
}

// earlyResponseForGoGetMeta responses appropriate go-get meta with status 200
Expand Down

0 comments on commit 67bacfb

Please sign in to comment.