Skip to content

Commit

Permalink
Fixes #589, fix kamelet-reify component scheme in CamelK catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirajsb authored and lburgazzoli committed Jan 22, 2021
1 parent c7f6250 commit ab7f0dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ new File(basedir, "catalog.yaml").withReader {
assert schemes.size() == 1

schemes[0].with {
assert id == 'wrap'
assert id == 'kamelet-reify'
assert passive == false
assert http == false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public void process(MavenProject project, CamelCatalog catalog, CamelCatalogSpec
.groupId("org.apache.camel.k")
.artifactId("camel-k-kamelet-reify")
.addScheme(new CamelScheme.Builder()
.id("wrap")
.id("kamelet-reify")
.build())
.build()
);
Expand Down

0 comments on commit ab7f0dc

Please sign in to comment.