Skip to content

Commit

Permalink
fix typo in alias message (#1139)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
  • Loading branch information
sarthakaggarwal97 committed Mar 19, 2024
1 parent 189970f commit 4b0d9fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class AttemptRolloverStep(private val action: RolloverAction) : Step(name) {
fun getSuccessCopyAliasMessage(index: String, newIndex: String) =
"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"
fun getCopyAliasIndexNotFoundMessage(newIndex: String?) =
Expand Down

0 comments on commit 4b0d9fd

Please sign in to comment.