diff --git a/experimental/aitools/cmd/init_template/app.go b/experimental/aitools/cmd/init_template/app.go index 146367abff..0cdcd21fa7 100644 --- a/experimental/aitools/cmd/init_template/app.go +++ b/experimental/aitools/cmd/init_template/app.go @@ -16,9 +16,9 @@ import ( ) const ( - defaultTemplateRepo = "https://github.com/databricks/cli" - defaultTemplateDir = "experimental/aitools/templates/appkit" - defaultBranch = "main" + defaultTemplateRepo = "https://github.com/databricks/appkit" + defaultTemplateDir = "" + defaultBranch = "add-dab-template-schema" // TODO: change to "main" after PR #60 is merged templatePathEnvVar = "DATABRICKS_APPKIT_TEMPLATE_PATH" )