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:22:24 UTC

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

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

 ##########
 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:
   @lburgazzoli , sorry, this was done by vscode by default. Will try to set gofmt for it.

----------------------------------------------------------------
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