From 7bfe025300e2c7ffb5e7f95f11e4578a81c2998c Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Wed, 21 Aug 2024 17:10:23 +0200 Subject: [PATCH] Update check command help after removal of formatting action (#2028) --- README.md | 2 +- cmd/check.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b19f45262..af1f9fafe 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/cmd/check.go b/cmd/check.go index fdd2e7750..9df84281c 100644 --- a/cmd/check.go +++ b/cmd/check.go @@ -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{