fix/cmd
haiyux 1 year ago
parent 0b228bf724
commit 1be7c93fc4
  1. 1
      cmd/kratos/internal/project/project.go

@ -85,7 +85,6 @@ func run(_ *cobra.Command, args []string) {
return
}
p.Path = filepath.Join(wd, p.Name)
fmt.Println(wd, p.Name, p.Path)
done <- p.Add(ctx, wd, repoURL, branch, mod)
}()
select {

Loading…
Cancel
Save