提交 381f8e85 编写于 作者: 徐晓伟's avatar 徐晓伟

🐛 补充日志

上级 704f7aaa
......@@ -36,8 +36,8 @@ func TransferAll() *cli.Command {
return err
}
for _, project := range projectList {
log.Printf(project.WebURL)
for index, project := range projectList {
log.Printf("Project Index: %d, WebURL: %s", index, project.WebURL)
err = TransferProject(baseUrl, token, project.PathWithNamespace, namespaceTarget)
if err != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册