fixing broken rename of last step of reindex (#6429)

This commit is contained in:
TipzCM 2024-11-01 16:19:47 -04:00 committed by GitHub
parent 59b975068a
commit 34359b2f09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}