You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2022/11/18 22:57:47 UTC

[camel-k] 01/01: Fix space in get_catalog.sh

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

claudio4j pushed a commit to branch claudio4j-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 31a4ac05fbab3bc2561b37638215bd24c7cbdad8
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Fri Nov 18 19:57:41 2022 -0300

    Fix space in get_catalog.sh
---
 script/get_catalog.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/get_catalog.sh b/script/get_catalog.sh
index de279f8d2..1bde3af77 100755
--- a/script/get_catalog.sh
+++ b/script/get_catalog.sh
@@ -36,7 +36,7 @@ fi
 rm -f ${rootdir}/resources/camel-catalog-*
 
 mvn -q dependency:copy -Dartifact="org.apache.camel.k:camel-k-catalog:$runtime_version:yaml:catalog" \
-  -D mdep.useBaseVersion=true \
+  -Dmdep.useBaseVersion=true \
   -DoutputDirectory=${rootdir}/resources/ \
   -s $location/maven-settings.xml \
   -Papache