Skip to content

Commit

Permalink
fix: improve short descrption of extension prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed May 7, 2024
1 parent a28b0a2 commit 82ad5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/extension/extension_prepare.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

var extensionPrepareCmd = &cobra.Command{
Use: "prepare [path]",
Short: "Prepare a extension for zipping",
Short: "Install Composer dependencies of an extension and delete unnecessary files for zipping",
Args: cobra.MinimumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
path, err := filepath.Abs(args[0])
Expand Down

0 comments on commit 82ad5c4

Please sign in to comment.