You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/06/07 10:25:06 UTC

[camel-quarkus-examples] branch camel-quarkus-main updated: Fix copy of eclipse-formatter-config.xml for MacOS

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

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


The following commit(s) were added to refs/heads/camel-quarkus-main by this push:
     new 87982f3  Fix copy of eclipse-formatter-config.xml for MacOS
87982f3 is described below

commit 87982f3d4f3e52e453aa3b98b40e8b4c082761d1
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