From faeddfae68bcaa2788cb49e1f4f8a79335ab0e07 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Wed, 14 Jun 2023 22:44:18 +0200 Subject: [PATCH] Update short name for bundle command (#476) --- cmd/bundle/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {