Skip to content

Commit 4083551

Browse files
fix typo in alias message
Signed-off-by: Sarthak Aggarwal <[email protected]>
1 parent 698b8bb commit 4083551

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ class AttemptRolloverStep(private val action: RolloverAction) : Step(name) {
388388
fun getSuccessCopyAliasMessage(index: String, newIndex: String) =
389389
"Successfully rolled over and copied alias from [index=$index] to [index=$newIndex]"
390390
fun getFailedCopyAliasMessage(index: String, newIndex: String) =
391-
"Successfully rolled over but failed to copied alias from [index=$index] to [index=$newIndex]"
391+
"Successfully rolled over but failed to copy alias from [index=$index] to [index=$newIndex]"
392392
fun getCopyAliasNotAckMessage(index: String, newIndex: String) =
393393
"Successfully rolled over but copy alias from [index=$index] to [index=$newIndex] is not acknowledged"
394394
fun getCopyAliasIndexNotFoundMessage(newIndex: String?) =

0 commit comments

Comments
 (0)