Skip to content

Commit

Permalink
fix typo in alias message (#1137)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
  • Loading branch information
sarthakaggarwal97 authored Mar 19, 2024
1 parent a30e4b8 commit b80e372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ class AttemptRolloverStep(private val action: RolloverAction) : Step(name) {
"Successfully rolled over and copied alias from [index=$index] to [index=$newIndex]"

fun getFailedCopyAliasMessage(index: String, newIndex: String) =
"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]"

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

0 comments on commit b80e372

Please sign in to comment.