Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Nov 18, 2024
1 parent fcb7988 commit fd5a2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/template/materialize.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const schemaFileName = "databricks_template_schema.json"
//
// ctx: context containing a cmdio object. This is used to prompt the user
// configFilePath: file path containing user defined config values
// templateRoot: root of the template definition
// templateFS: root of the template definition
// outputDir: root of directory where to initialize the template
func Materialize(ctx context.Context, configFilePath string, templateFS fs.FS, outputDir string) error {
if _, err := fs.Stat(templateFS, schemaFileName); errors.Is(err, fs.ErrNotExist) {
Expand Down

0 comments on commit fd5a2b9

Please sign in to comment.