From 8dfef2fb338b87587d1311ddd540b298cb010f83 Mon Sep 17 00:00:00 2001 From: judovana Date: Fri, 6 Dec 2024 17:09:46 +0100 Subject: [PATCH] Fixed indentation in camel/test.properties (#5784) 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"