mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-08 22:14:50 +00:00
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",
|
"Load IDs of resources to reindex",
|
||||||
ResourceIdListWorkChunkJson.class,
|
ResourceIdListWorkChunkJson.class,
|
||||||
myReindexLoadIdsStep)
|
myReindexLoadIdsStep)
|
||||||
.addLastStep("reindex-start", "Start the resource reindex", reindexStepV1())
|
.addLastStep("reindex", "Start the resource reindex", reindexStepV1())
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user