Skip to content

Commit b80e372

Browse files
fix typo in alias message (#1137)
Signed-off-by: Sarthak Aggarwal <[email protected]>
1 parent a30e4b8 commit b80e372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/step/rollover/AttemptRolloverStep.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ class AttemptRolloverStep(private val action: RolloverAction) : Step(name) {
418418
"Successfully rolled over and copied alias from [index=$index] to [index=$newIndex]"
419419

420420
fun getFailedCopyAliasMessage(index: String, newIndex: String) =
421-
"Successfully rolled over but failed to copied alias from [index=$index] to [index=$newIndex]"
421+
"Successfully rolled over but failed to copy alias from [index=$index] to [index=$newIndex]"
422422

423423
fun getCopyAliasNotAckMessage(index: String, newIndex: String) =
424424
"Successfully rolled over but copy alias from [index=$index] to [index=$newIndex] is not acknowledged"

0 commit comments

Comments
 (0)