This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 1937 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 44fef2690bfe77d881500789caf38ef87368c744 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 2 07:24:25 2024 +0200 Wrong documentation in Kamelet Catalog for sinks Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- docs/modules/ROOT/examples/js/kamelets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/examples/js/kamelets.js b/docs/modules/ROOT/examples/js/kamelets.js index c20cda6c..379d314f 100644 --- a/docs/modules/ROOT/examples/js/kamelets.js +++ b/docs/modules/ROOT/examples/js/kamelets.js @@ -80,7 +80,7 @@ module.exports = { const properties = Object.entries(kameletPropertyList(definition) || {}) .map(([name, value]) => `-p "${namePrefix}.${name}=${quote(value)}"`) .join(' ') - return `kamel bind ${name} ${properties} ${topic}` + return `kamel bind ${topic} ${properties} ${name}` }, sort: function (list) {