chore: refactor, better goctl message (#1228)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user