chore: refactor, better goctl message (#1228)

This commit is contained in:
Kevin Wan
2021-11-11 22:58:33 +08:00
committed by GitHub
parent 4f5c30e083
commit a6c8113419
2 changed files with 8 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ func DockerCommand(c *cli.Context) (err error) {
projDir, ok := util.FindProjectPath(goFile)
if ok {
fmt.Printf("Hint: run \"docker build ...\" command in dir %q\n", projDir)
fmt.Printf("Hint: run \"docker build ...\" command in dir:\n %s\n", projDir)
}
return nil