We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30e4b8 commit b80e372Copy full SHA for b80e372
src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/rollover/AttemptRolloverStep.kt
@@ -418,7 +418,7 @@ class AttemptRolloverStep(private val action: RolloverAction) : Step(name) {
418
"Successfully rolled over and copied alias from [index=$index] to [index=$newIndex]"
419
420
fun getFailedCopyAliasMessage(index: String, newIndex: String) =
421
- "Successfully rolled over but failed to copied alias from [index=$index] to [index=$newIndex]"
+ "Successfully rolled over but failed to copy alias from [index=$index] to [index=$newIndex]"
422
423
fun getCopyAliasNotAckMessage(index: String, newIndex: String) =
424
"Successfully rolled over but copy alias from [index=$index] to [index=$newIndex] is not acknowledged"
0 commit comments