chore: update some logs (#1875)

This commit is contained in:
Kevin Wan
2022-05-07 23:34:55 +08:00
committed by GitHub
parent 69c2bad410
commit 5451d96a81
2 changed files with 1 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ func cleanTemplates(_ *cobra.Command, _ []string) error {
return err
}
fmt.Printf("%s\n", aurora.Green("template are clean!"))
fmt.Printf("%s\n", aurora.Green("templates are cleaned!"))
return nil
}