fixing broken rename of last step of reindex (#6429)
This commit is contained in:
parent
59b975068a
commit
34359b2f09
|
@ -92,7 +92,7 @@ public class ReindexV1Config {
|
|||
"Load IDs of resources to reindex",
|
||||
ResourceIdListWorkChunkJson.class,
|
||||
myReindexLoadIdsStep)
|
||||
.addLastStep("reindex-start", "Start the resource reindex", reindexStepV1())
|
||||
.addLastStep("reindex", "Start the resource reindex", reindexStepV1())
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue