Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Mar 5, 2022
1 parent 8839e1d commit f65c2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/alicloudkms/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func getOpts(opt ...wrapping.Option) (*options, error) {
// (for over the plugin barrier or embedding) or via local option functions
// (for embedding). First pull from the option.
if opts.WithConfigMap != nil {
for k, v := range opts.WithWrapperOptions {
for k, v := range opts.WithConfigMap {
switch k {
case "kms_key_id": // deprecated backend-specific value, set global
opts.WithKeyId = v
Expand Down

0 comments on commit f65c2c8

Please sign in to comment.