Update short name for bundle command (#476)

This commit is contained in:
Pieter Noordhuis 2023-06-14 22:44:18 +02:00 committed by GitHub
parent 1875908b59
commit faeddfae68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
// rootCmd represents the root command for the bundle subcommand. // rootCmd represents the root command for the bundle subcommand.
var rootCmd = &cobra.Command{ var rootCmd = &cobra.Command{
Use: "bundle", Use: "bundle",
Short: "Databricks Asset Bundles", Short: "Databricks Application Bundles",
} }
func AddCommand(cmd *cobra.Command) { func AddCommand(cmd *cobra.Command) {