Skip to content

Commit

Permalink
Update credentials example to track changes to Vault client
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhi committed Aug 28, 2019
1 parent 9c26b2a commit 033e61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentials/example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func main() {
fmt.Println(err)
}

session, err := aws.NewSession(logger, vault, config.AWSPath)
session, err := aws.NewSession(logger, vault.Client, config.AWSPath)
if err != nil {
fmt.Println(err)
}
Expand Down

0 comments on commit 033e61d

Please sign in to comment.