sync msg style modified
This commit is contained in:
parent
8bb2ee0571
commit
cd3cdb7244
|
@ -140,7 +140,7 @@ func syncGitee(c *gcli.Command, args []string) error {
|
|||
}
|
||||
|
||||
// sync code
|
||||
color.Green.Println("\n", "Syncing Projects to Gitee, Please Wait...")
|
||||
fmt.Println("\n", "Syncing Projects to Gitee, Please Wait...")
|
||||
syncRes := multiSync(avaiRepo, auth, asExi)
|
||||
showSyncRes(syncRes)
|
||||
return nil
|
||||
|
|
Loading…
Reference in New Issue