claudio4j commented on code in PR #5369:
URL: https://github.com/apache/camel-k/pull/5369#discussion_r1591143031


##########
pkg/util/camel/camel_runtime_catalog.go:
##########
@@ -95,9 +95,9 @@ func (c *RuntimeCatalog) HasArtifact(artifact string) bool {
                if c.Runtime.Provider == v1.RuntimeProviderQuarkus {
                        a = "camel-quarkus-" + a
                } else {
-                       a = "camel-" + a
                }
        }
+       a = "camel-" + a

Review Comment:
   You should revert only this line, otherwise it will fail to set the 
dependency name for the component



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to