Skip to content

Commit ecbf114

Browse files
arsenyinfoclaude
andcommitted
Add quotes to name and description in appkit template
Co-Authored-By: Claude <[email protected]>
1 parent fddd18a commit ecbf114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experimental/apps-mcp/templates/appkit/template/{{.project_name}}/databricks.yml.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ variables:
1010
resources:
1111
apps:
1212
app:
13-
name: ${bundle.target}-{{.project_name}}
14-
description: {{.app_description}}
13+
name: "${bundle.target}-{{.project_name}}"
14+
description: "{{.app_description}}"
1515
source_code_path: ./
1616

1717
# Uncomment to enable on behalf of user API scopes. Available scopes: sql, dashboards.genie, files.files

0 commit comments

Comments
 (0)