This commit is contained in:
Shreyas Goenka 2024-10-10 15:38:10 +02:00
parent 62d60a251d
commit ce984254fa
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
2 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,6 @@ import (
"github.com/databricks/databricks-sdk-go/service/{{.Package.Name}}"
"github.com/spf13/cobra"
{{range .Subservices -}}
{{.SnakeName}} "github.com/databricks/cli/cmd/{{ if .ParentService.IsAccounts }}account{{ else }}workspace{{ end }}/{{.KebabName}}"
{{end}}