We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6575caa commit 5627500Copy full SHA for 5627500
create_salsa_project.go
@@ -31,7 +31,7 @@ func execCreateSalsaProject(args []string) {
31
32
// The source code of the corresponding server can be found at:
33
// https://salsa.debian.org/go-team/infra/pkg-go-tools/-/tree/master/cmd/pgt-api-server
34
- u, _ := url.Parse("https://api.go-team.debian.net/v1/createrepo")
+ u, _ := url.Parse("https://pgt-api-server.debian.net/v1/createrepo")
35
q := u.Query()
36
q.Set("repo", projectName)
37
u.RawQuery = q.Encode()
0 commit comments