Skip to content

Commit

Permalink
Fix missing change in RunExampleTool from PR (apache#2897)
Browse files Browse the repository at this point in the history
  • Loading branch information
malliaridis authored Dec 6, 2024
1 parent 4510baf commit 7547395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/core/src/java/org/apache/solr/cli/RunExampleTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ protected Map<String, Object> startSolr(
String startCmd =
String.format(
Locale.ROOT,
"\"%s\" start %s -p %d --solr-home \"%s\" %s %s %s %s %s %s %s",
"\"%s\" start %s -p %d --solr-home \"%s\" %s %s %s %s %s %s %s %s",
callScript,
cloudModeArg,
port,
Expand Down

0 comments on commit 7547395

Please sign in to comment.