You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zb...@apache.org on 2023/08/31 14:51:27 UTC

[camel-quarkus-examples] 03/24: Fix copy of eclipse-formatter-config.xml for MacOS

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

zbendhiba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git

commit 4e9cb89a536fda24f127312982984951638f1db7
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Jun 7 10:03:56 2023 +0100

    Fix copy of eclipse-formatter-config.xml for MacOS
---
 mvnw-for-each.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mvnw-for-each.sh b/mvnw-for-each.sh
index ee49f1d..6a879ff 100755
--- a/mvnw-for-each.sh
+++ b/mvnw-for-each.sh
@@ -11,7 +11,7 @@ do
     if [ -f "${pwd}/${moduleDir}/pom.xml" ]; then
         cd "${pwd}/${moduleDir}"
         ../mvnw "$@"
-        cp -t . ../eclipse-formatter-config.xml
+        cp ../eclipse-formatter-config.xml .
     fi
 done