You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/05/25 04:39:08 UTC

[camel-k] branch main updated: Fix typo

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

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


The following commit(s) were added to refs/heads/main by this push:
     new c6926dac6 Fix typo
c6926dac6 is described below

commit c6926dac6a749a1351b7cadaca59795c63aad541
Author: Dusan Uradnik <du...@gmail.com>
AuthorDate: Wed May 25 00:29:46 2022 +0200

    Fix typo
---
 examples/traits/logging/LoggingModeline.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/traits/logging/LoggingModeline.java b/examples/traits/logging/LoggingModeline.java
index 4f56276ec..588219ec3 100644
--- a/examples/traits/logging/LoggingModeline.java
+++ b/examples/traits/logging/LoggingModeline.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-// camel-k: traits=logging.enabled=true trait=logging.json=true trait=logging.level=info
+// camel-k: trait=logging.enabled=true trait=logging.json=true trait=logging.level=info
 
 import org.apache.camel.Exchange;