sync msg style modified

This commit is contained in:
Zoker 2020-06-13 15:07:55 +08:00
parent 8bb2ee0571
commit cd3cdb7244
1 changed files with 1 additions and 1 deletions

View File

@ -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