Skip to content

Commit

Permalink
Wrong documentation in Kamelet Catalog for sinks (#1979)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Apr 2, 2024
1 parent 3183002 commit 3c21d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/examples/js/kamelets.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 3c21d99

Please sign in to comment.