Merge pull request #2774 from AdamDang/patch-6
Typo fix: Seperated list->Separated listpull/2756/merge
commit
3663f740b0
|
@ -62,7 +62,7 @@ var addonsConfigureCmd = &cobra.Command{
|
|||
awsAccessKey = AskForStaticValue("-- Enter AWS Secret Access Key: ")
|
||||
awsSessionToken = AskForStaticValueOptional("-- (Optional) Enter AWS Session Token: ")
|
||||
awsRegion = AskForStaticValue("-- Enter AWS Region: ")
|
||||
awsAccount = AskForStaticValue("-- Enter 12 digit AWS Account ID (Comma seperated list): ")
|
||||
awsAccount = AskForStaticValue("-- Enter 12 digit AWS Account ID (Comma separated list): ")
|
||||
awsRole = AskForStaticValueOptional("-- (Optional) Enter ARN of AWS role to assume: ")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue