Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
#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 516954d commit 5f9da43
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 5f9da43

Please sign in to comment.