diff --git a/bundle/bundle.go b/bundle/bundle.go index 1ee6dfb6..02d0eaac 100644 --- a/bundle/bundle.go +++ b/bundle/bundle.go @@ -1,4 +1,4 @@ -// Package bundle is the top level package for Databricks Application Bundles. +// Package bundle is the top level package for Databricks Asset Bundles. // // A bundle is represented by the [Bundle] type. It consists of configuration // and runtime state, such as a client to a Databricks workspace. diff --git a/cmd/bundle/root.go b/cmd/bundle/root.go index a96c0dc1..395ed383 100644 --- a/cmd/bundle/root.go +++ b/cmd/bundle/root.go @@ -8,7 +8,7 @@ import ( // rootCmd represents the root command for the bundle subcommand. var rootCmd = &cobra.Command{ Use: "bundle", - Short: "Databricks Application Bundles", + Short: "Databricks Asset Bundles", } func AddCommand(cmd *cobra.Command) {