Skip to content

Commit

Permalink
Merge pull request #1840 from AidanDelaney/update-yank-summary
Browse files Browse the repository at this point in the history
Update the summary of `yank`
  • Loading branch information
jkutner authored Jul 27, 2023
2 parents e99f639 + 90106e1 commit 02e0139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/buildpack_yank.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func BuildpackYank(logger logging.Logger, cfg config.Config, pack PackClient) *c
cmd := &cobra.Command{
Use: "yank <buildpack-id-and-version>",
Args: cobra.ExactArgs(1),
Short: "Yank a buildpack from a registry",
Short: "Mark a buildpack on a Buildpack registry as unusable",
Example: "pack yank my-buildpack@0.0.1",
RunE: logError(logger, func(cmd *cobra.Command, args []string) error {
buildpackIDVersion := args[0]
Expand Down

0 comments on commit 02e0139

Please sign in to comment.