Skip to content

Commit

Permalink
keptn#608 Spelling of AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
agrimmer committed Aug 13, 2019
1 parent ca2f7e9 commit 7350f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/installEKS.go
Expand Up @@ -191,7 +191,7 @@ func checkAWSCliVersion() error {
if v1 >= 1 && v2 >= 16 && v3 >= 156 {
return nil
}
return errors.New("Please install the aws CLI at least in version 1.16.156")
return errors.New("Please install the AWS CLI at least in version 1.16.156")
}

func (p eksPlatform) printCreds() {
Expand Down

0 comments on commit 7350f31

Please sign in to comment.