fix: build command short description
Signed-off-by: Stoned Elipot <stoned.elipot@gmail.com>
This commit is contained in:
		
							parent
							
								
									6862c362b4
								
							
						
					
					
						commit
						636f2f130c
					
				|  | @ -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 { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue