fix: build command short description

Signed-off-by: Stoned Elipot <stoned.elipot@gmail.com>
This commit is contained in:
Stoned Elipot 2022-09-30 15:01:12 +02:00
parent 6862c362b4
commit 636f2f130c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ func NewBuildCmd(globalCfg *config.GlobalImpl) *cobra.Command {
cmd := &cobra.Command{
Use: "build",
Short: "Build all resources from state file only when there are changes",
Short: "Build all resources from state file",
RunE: func(cmd *cobra.Command, args []string) error {
err := config.NewCLIConfigImpl(buildImpl.GlobalImpl)
if err != nil {