This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new f059669 mflinn-kamelet-template-minor-fix
f059669 is described below
commit f0596691aa5c3d7e0288cff206ea7aae0a7c6ce9
Author: MelissaFlinn <[email protected]>
AuthorDate: Wed Nov 10 15:02:04 2021 -0500
mflinn-kamelet-template-minor-fix
---
docs/modules/ROOT/kamelet.adoc.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/modules/ROOT/kamelet.adoc.tmpl
b/docs/modules/ROOT/kamelet.adoc.tmpl
index 8410453..93e943e 100644
--- a/docs/modules/ROOT/kamelet.adoc.tmpl
+++ b/docs/modules/ROOT/kamelet.adoc.tmpl
@@ -19,7 +19,7 @@ The `{{ .Kamelet.ObjectMeta.Name }}` Kamelet does not specify
any configuration
== Dependencies
-At runtime, the `{{ .Kamelet.ObjectMeta.Name }} Kamelet relies upon the
presence of the following dependencies:
+At runtime, the `{{ .Kamelet.ObjectMeta.Name }}` Kamelet relies upon the
presence of the following dependencies:
{{range .Kamelet.Spec.Dependencies}}
- {{ . }}{{end}}