We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf06dcf commit 7351253Copy full SHA for 7351253
experimental/apps-mcp/cmd/init_template.go
@@ -123,7 +123,6 @@ See https://docs.databricks.com/en/dev-tools/bundles/templates.html for more inf
123
return errors.New("only one of --config-file or --config-json can be specified")
124
}
125
126
- // Validate app name length if config file is provided
127
if configFile != "" {
128
if configBytes, err := os.ReadFile(configFile); err == nil {
129
var userConfigMap map[string]any
0 commit comments