Skip to content

Commit

Permalink
hotfix(ionos): settings validation
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jul 3, 2024
1 parent 7ad0d8d commit 9f0ca6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/providers/ionos/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func New(data json.RawMessage, domain, owner string,
return nil, fmt.Errorf("decoding ionos extra settings: %w", err)
}

err = validateSettings(domain, p.apiKey)
err = validateSettings(domain, extraSettings.APIKey)
if err != nil {
return nil, fmt.Errorf("validating provider specific settings: %w", err)
}
Expand Down

0 comments on commit 9f0ca6c

Please sign in to comment.