squakez commented on code in PR #5209:
URL: https://github.com/apache/camel-k/pull/5209#discussion_r1512310875
##########
script/get_catalog.sh:
##########
@@ -34,7 +34,7 @@ if [ ! -z $2 ]; then
fi
# Refresh catalog sets. We can clean any leftover as well.
-rm -f ${rootdir}/resources/camel-catalog-*
+rm -f ${rootdir}/pkg/resources/resources/camel-catalog-*
Review Comment:
Yes. In a previous work we have moved to use `go:embed` and we kept using
the same structure (config dir and resources dir) under the same directory to
avoid making any more disruptive change. Ideally we'd need to normalize that to
use a flat directory. But that would be another chunk of work.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]