You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2018/11/22 10:48:57 UTC

[camel-k] 04/04: traits: fix wrong comment

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

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

commit c104443b2d1d7049761ddf6bd45fe28c25468920
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 21 18:42:53 2018 +0100

    traits: fix wrong comment
---
 pkg/trait/trait.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/trait/trait.go b/pkg/trait/trait.go
index 766e56b..1ab5f9e 100644
--- a/pkg/trait/trait.go
+++ b/pkg/trait/trait.go
@@ -24,7 +24,7 @@ import (
 	"github.com/pkg/errors"
 )
 
-// apply --
+// Apply --
 func Apply(integration *v1alpha1.Integration, ctx *v1alpha1.IntegrationContext) (*Environment, error) {
 	environment, err := newEnvironment(integration, ctx)
 	if err != nil {