diff --git a/cmd/init.go b/cmd/init.go index 72b7c34f3e8..d9e61343685 100644 --- a/cmd/init.go +++ b/cmd/init.go @@ -94,7 +94,7 @@ func GenerateGraphServer(config *codegen.Config) { os.Exit(1) } - fmt.Fprintln(os.Stdout, `Exec "go run ./server/server.go" to start GraphQL server`) + fmt.Fprintf(os.Stdout, `Exec "go run ./%s" to start GraphQL server`, serverFilename) } func initConfig() *codegen.Config {