You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/09/19 12:19:02 UTC

[GitHub] lburgazzoli commented on a change in pull request #100: Add delete integration option

lburgazzoli commented on a change in pull request #100: Add delete integration option
URL: https://github.com/apache/camel-k/pull/100#discussion_r218779713
 
 

 ##########
 File path: pkg/client/cmd/root.go
 ##########
 @@ -46,9 +46,9 @@ func NewKamelCommand(ctx context.Context) (*cobra.Command, error) {
 		Context: ctx,
 	}
 	var cmd = cobra.Command{
-		Use:                    "kamel",
-		Short:                  "Kamel is a awesome client tool for running Apache Camel integrations natively on Kubernetes",
-		Long:                   kamelCommandLongDescription,
+		Use:   "kamel",
+		Short: "Kamel is a awesome client tool for running Apache Camel integrations natively on Kubernetes",
+		Long:  kamelCommandLongDescription,
 
 Review comment:
   This will be reverted by gofmt, best if you set it up on your ide

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services