Skip to content

Commit

Permalink
Trivial: error msg modified (#4469)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupriyaKasten authored and Ilya Kislenko committed Nov 28, 2018
1 parent c10c2f3 commit 1e5ac5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/function/create_volume_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func ValidateProfile(profile *param.Profile) error {
return errors.New("Credential type not supported")
}
if len(profile.Credential.KeyPair.ID) == 0 {
return errors.New("Region is not set")
return errors.New("AWS access key id is not set")
}
if len(profile.Credential.KeyPair.Secret) == 0 {
return errors.New("Secret access key is not set")
Expand Down

0 comments on commit 1e5ac5b

Please sign in to comment.