Skip to content

Commit

Permalink
Update created config file contents (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismatu committed Nov 8, 2022
1 parent f2c871e commit 95cd354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/create.go
Expand Up @@ -76,7 +76,7 @@ speechly create --name "My App" --output-dir /foo/bar
}
}

buf := []byte("templates: ''\nintents: []\nentities: []\n")
buf := []byte("# This file is used for file-based configuration of your application\n# https://docs.speechly.com/reference/config/\n")
outFile := filepath.Join(outDir, "config.yaml")
log.Printf("Writing file %s (%d bytes)\n", outFile, len(buf))
if err := os.WriteFile(outFile, buf, 0644); err != nil {
Expand Down

0 comments on commit 95cd354

Please sign in to comment.