Skip to content

Commit

Permalink
typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jun 10, 2024
1 parent d514536 commit b1b5754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/bin/solr.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ IF [%1]==[] goto run_config
IF "%1"=="-z" goto set_config_zk
IF "%1"=="--zk-host" goto set_config_zk
IF "%1"=="-zkHost" goto set_config_zk
IF "%1"=="--zkHhost" goto set_config_zk
IF "%1"=="--zkHost" goto set_config_zk
IF "%1"=="-s" goto set_config_url_scheme
IF "%1"=="-scheme" goto set_config_url_scheme
set "CONFIG_ARGS=!CONFIG_ARGS! %1"
Expand Down

0 comments on commit b1b5754

Please sign in to comment.