Skip to content

Commit

Permalink
Correct usage of authn.NewKeychainFromHelper in docs (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-lowman-dd committed Jul 27, 2022
1 parent 19e3eff commit 49cdb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/authn/README.md
Expand Up @@ -110,8 +110,8 @@ For example:
kc := authn.NewMultiKeychain(
authn.DefaultKeychain,
google.Keychain,
authn.NewFromHelper(ecr.ECRHelper{ClientFactory: api.DefaultClientFactory{}}),
authn.NewFromHelper(acr.ACRCredHelper{}),
authn.NewKeychainFromHelper(ecr.ECRHelper{ClientFactory: api.DefaultClientFactory{}}),
authn.NewKeychainFromHelper(acr.ACRCredHelper{}),
)
```

Expand Down

0 comments on commit 49cdb8b

Please sign in to comment.