Skip to content

Commit 7351253

Browse files
committed
fix comment
1 parent bf06dcf commit 7351253

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

experimental/apps-mcp/cmd/init_template.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ See https://docs.databricks.com/en/dev-tools/bundles/templates.html for more inf
123123
return errors.New("only one of --config-file or --config-json can be specified")
124124
}
125125

126-
// Validate app name length if config file is provided
127126
if configFile != "" {
128127
if configBytes, err := os.ReadFile(configFile); err == nil {
129128
var userConfigMap map[string]any

0 commit comments

Comments
 (0)