added todo

This commit is contained in:
Shreyas Goenka 2023-06-21 18:43:05 +02:00
parent 63df93c1a1
commit ca9de54b86
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ func generateFile(config map[string]any, pathTemplate, contentTemplate string, p
return os.WriteFile(path, []byte(fileContent), perm)
}
// TODO: use local filer client for this function. https://github.com/databricks/cli/issues/511
func walkFileTree(config map[string]any, templateRoot, instanceRoot string) error {
return filepath.WalkDir(templateRoot, func(path string, d fs.DirEntry, err error) error {
if err != nil {