From 4452ec12854e30080bd54de6ccf314e106693f1e Mon Sep 17 00:00:00 2001 From: Jiri Date: Tue, 3 Dec 2024 14:23:09 +0100 Subject: [PATCH] Fixed indentation in camel/test.properties The indentation was so wrong, that the file could not be parsed --- external/camel/test.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/external/camel/test.properties b/external/camel/test.properties index 4d352da816..defac17285 100644 --- a/external/camel/test.properties +++ b/external/camel/test.properties @@ -1,6 +1,6 @@ - github_url="https://github.com/apache/camel-quarkus.git" - test_command="mvn clean install" - test_results="testResults" - tag_version="2.7.0" - environment_variable="MODE=java" +github_url="https://github.com/apache/camel-quarkus.git" +test_command="mvn clean install" +test_results="testResults" +tag_version="2.7.0" +environment_variable="MODE=java" generic_packages="git"