mirror of https://github.com/apache/lucene.git
SOLR-9610: Bugfix option key for assertTool
(cherry picked from commit 3488f12
)
This commit is contained in:
parent
d18666b336
commit
fd623d4cfd
|
@ -3268,7 +3268,7 @@ public class SolrCLI {
|
|||
if (cli.hasOption("s")) {
|
||||
if (assertSolrRunning(cli.getOptionValue("s")) > 0) return 1;
|
||||
}
|
||||
if (cli.hasOption("s")) {
|
||||
if (cli.hasOption("S")) {
|
||||
if (assertSolrNotRunning(cli.getOptionValue("S")) > 0) return 1;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue