Skip to content

Commit

Permalink
Update check command help after removal of formatting action (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Aug 21, 2024
1 parent 9da6c99 commit 7bfe025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ _Context: package_
Use this command to verify if the package is correct in terms of formatting, validation and building.
It will execute the format, lint, and build commands all at once, in that order.
It will execute the lint and build commands all at once, in that order.
### `elastic-package clean`
Expand Down
2 changes: 1 addition & 1 deletion cmd/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

const checkLongDescription = `Use this command to verify if the package is correct in terms of formatting, validation and building.
It will execute the format, lint, and build commands all at once, in that order.`
It will execute the lint and build commands all at once, in that order.`

func setupCheckCommand() *cobraext.Command {
cmd := &cobra.Command{
Expand Down

0 comments on commit 7bfe025

Please sign in to comment.