Skip to content

Commit 85976f9

Browse files
fix typo in alias message
Signed-off-by: Sarthak Aggarwal <[email protected]>
1 parent fa35a7f commit 85976f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,10 @@ class AttemptRolloverStep(private val action: RolloverAction) : Step(name) {
415415
"This index has already been rolled over using this alias, treating as a success [index=$index, alias=$alias]"
416416

417417
fun getSuccessCopyAliasMessage(index: String, newIndex: String) =
418-
"Successfully rolled over and copied alias from [index=$index] to [index=$newIndex]"
418+
"Successfully rolled over and copy 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)