Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glyn committed Aug 14, 2019
1 parent d4283da commit ed19eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentials/credentialset.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func Load(path string) (*CredentialSet, error) {
// - the credential is required
//
// It is allowed for spec to specify both an env var and a file. In such case, if
// the givesn set provides either, it will be considered valid.
// the given set provides either, it will be considered valid.
func Validate(given Set, spec map[string]bundle.Credential) error {
for name, cred := range spec {
if !isValidCred(given, name) && cred.Required {
Expand Down

0 comments on commit ed19eee

Please sign in to comment.