diff --git a/cmd/bundle/root.go b/cmd/bundle/root.go index 395ed383..a96c0dc1 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 Asset Bundles", + Short: "Databricks Application Bundles", } func AddCommand(cmd *cobra.Command) {