You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2023/03/29 14:05:20 UTC

[camel-k] branch claudio4j-patch-1 created (now 50b181580)

This is an automated email from the ASF dual-hosted git repository.

claudio4j pushed a change to branch claudio4j-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git


      at 50b181580 Fix lint warn in deployment.go

This branch includes the following new commits:

     new 50b181580 Fix lint warn in deployment.go

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 01/01: Fix lint warn in deployment.go

Posted by cl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

claudio4j pushed a commit to branch claudio4j-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 50b18158063d292723fdb49a14f0929a48ee1102
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Wed Mar 29 11:05:14 2023 -0300

    Fix lint warn in deployment.go
---
 pkg/trait/deployment.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/trait/deployment.go b/pkg/trait/deployment.go
index 3862043d2..f0ba99fb6 100644
--- a/pkg/trait/deployment.go
+++ b/pkg/trait/deployment.go
@@ -159,7 +159,7 @@ func (t *deploymentTrait) getDeploymentFor(e *Environment) *appsv1.Deployment {
 				ObjectMeta: metav1.ObjectMeta{
 					Labels: map[string]string{
 						v1.IntegrationLabel: e.Integration.Name,
-				},
+					},
 					Annotations: annotations,
 				},
 				Spec: corev1.PodSpec{