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-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 78e1351  GCP Secret Manager Example: Modeline is not needed
78e1351 is described below

commit 78e13513a28a04bc7d57ec1e17a6883deaa73d56
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Apr 15 15:14:40 2022 +0200

    GCP Secret Manager Example: Modeline is not needed
---
 jbang/google-secret-manager/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/jbang/google-secret-manager/README.adoc 
b/jbang/google-secret-manager/README.adoc
index b6ea6cd..07dc464 100644
--- a/jbang/google-secret-manager/README.adoc
+++ b/jbang/google-secret-manager/README.adoc
@@ -40,14 +40,14 @@ Then you can run this example using:
 
 [source,sh]
 ----
-$ camel run --modeline --properties=gcp-sec-integration.properties 
timer-gcp-sec-finnhub.yaml
+$ camel run --properties=gcp-sec-integration.properties 
timer-gcp-sec-finnhub.yaml
 ----
 
 Or run with JBang using the longer command line (without installing camel as 
app in JBang):
 
 [source,sh]
 ----
-$ jbang camel@apache/camel run --modeline 
--properties=gcp-sec-integration.properties timer-gcp-sec-finnhub.yaml
+$ jbang camel@apache/camel run --properties=gcp-sec-integration.properties 
timer-gcp-sec-finnhub.yaml
 ----
 
 You should see
@@ -108,7 +108,7 @@ You can enable the developer console via `--console` flag 
as show:
 
 [source,sh]
 ----
-$ camel run --modeline --properties=gcp-sec-integration.properties 
timer-gcp-sec-finnhub.yaml --console
+$ camel run --properties=gcp-sec-integration.properties 
timer-gcp-sec-finnhub.yaml --console
 ----
 
 Then you can browse: http://localhost:8080/q/dev to introspect the running 
Camel applicaton.

Reply via email to