Merge branch 'main' into feat/cmd-proto-server

pull/2835/head
Darren 2 years ago committed by GitHub
commit 24ec1dbc5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/kratos/internal/project/project.go

@ -83,6 +83,8 @@ func run(_ *cobra.Command, args []string) {
if e != nil { if e != nil {
panic(e) panic(e)
} }
// Get the relative path for adding a project based on Go modules
p.Path = filepath.Join(strings.TrimPrefix(workingDir, projectRoot+"/"), p.Name)
done <- p.Add(ctx, workingDir, repoURL, branch, mod) done <- p.Add(ctx, workingDir, repoURL, branch, mod)
}() }()
select { select {

Loading…
Cancel
Save