Skip to content

Commit 2cb6940

Browse files
authored
Rename #2: Use new location of the template (#4230)
## Changes Use new location of the template ## Why <!-- Why are these changes needed? Provide the context that the reviewer might be missing. For example, were there any decisions behind the change that are not reflected in the code itself? --> ## Tests <!-- How have you tested the changes? --> <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
1 parent 9fc7cb0 commit 2cb6940

File tree

1 file changed

+1
-1
lines changed
  • experimental/aitools/cmd/init_template

1 file changed

+1
-1
lines changed

experimental/aitools/cmd/init_template/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717

1818
const (
1919
defaultTemplateRepo = "https://github.com/databricks/cli"
20-
defaultTemplateDir = "experimental/apps-mcp/templates/appkit" // TODO: Change to aitools/templates/appkit
20+
defaultTemplateDir = "experimental/aitools/templates/appkit"
2121
defaultBranch = "main"
2222
templatePathEnvVar = "DATABRICKS_APPKIT_TEMPLATE_PATH"
2323
)

0 commit comments

Comments
 (0)