You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/23 17:31:40 UTC

[camel-kamelets] 01/01: Fix empty line in kamelet description

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

davsclaus pushed a commit to branch line
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 98a9267739d6f38fb91b0ca407b09d1a9b40fd7b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Oct 23 19:31:26 2023 +0200

    Fix empty line in kamelet description
---
 kamelets/aws-sqs-fifo-sink.kamelet.yaml                                  | 1 -
 .../src/main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml           | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kamelets/aws-sqs-fifo-sink.kamelet.yaml b/kamelets/aws-sqs-fifo-sink.kamelet.yaml
index d0d0f890..e0ce926a 100644
--- a/kamelets/aws-sqs-fifo-sink.kamelet.yaml
+++ b/kamelets/aws-sqs-fifo-sink.kamelet.yaml
@@ -32,7 +32,6 @@ spec:
   definition:
     title: AWS SQS FIFO Sink
     description: |-
-
       Send message to an AWS SQS FIFO Queue.
 
       Access Key/Secret Key are the basic method for authenticating to the AWS SQS Service. These parameters are optional because the Kamelet provides the 'useDefaultCredentialsProvider'.
diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml
index d0d0f890..e0ce926a 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml
@@ -32,7 +32,6 @@ spec:
   definition:
     title: AWS SQS FIFO Sink
     description: |-
-
       Send message to an AWS SQS FIFO Queue.
 
       Access Key/Secret Key are the basic method for authenticating to the AWS SQS Service. These parameters are optional because the Kamelet provides the 'useDefaultCredentialsProvider'.