You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/10/04 13:33:51 UTC

[camel] 05/06: Fix unnecessary delete of .../examples/js/camel.js

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 458f6395080de8f1151af0bf75f2a4b711aeb680
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Tue Oct 4 15:11:21 2022 +0200

    Fix unnecessary delete of .../examples/js/camel.js
---
 docs/gulpfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/gulpfile.js b/docs/gulpfile.js
index 03c6ef9163e..d02838aa0ca 100644
--- a/docs/gulpfile.js
+++ b/docs/gulpfile.js
@@ -110,7 +110,7 @@ const sources = {
         '../core/camel-main/src/main/docs/*.adoc',
         '../components/{*,*/*}/src/main/docs/*.adoc',
       ],
-      destination: 'components/modules/ROOT/examples/',
+      destination: 'components/modules/ROOT/examples',
     },
     json: {
       source: [