mcarlett commented on code in PR #24033:
URL: https://github.com/apache/camel/pull/24033#discussion_r3414014098
##########
test-infra/camel-test-infra-cli/src/main/java/org/apache/camel/test/infra/cli/services/CliLocalContainerService.java:
##########
@@ -241,7 +241,13 @@ public String version() {
version = StringHelper.between(versionSummary,
"camel-version = ", "\n").trim();
}
if (version == null) {
- version = StringHelper.between(versionSummary, "Camel
CLI version:", "\n").trim();
+ String v = StringHelper.between(versionSummary, "Camel
CLI version:", "\n");
Review Comment:
thanks @Croway now it covers both in one line
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]