Skip to content

Commit

Permalink
review: update error message
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Amstutz <[email protected]>
Signed-off-by: Anton Bronnikov <[email protected]>
  • Loading branch information
0x416e746f6e and amstuta committed Jun 12, 2024
1 parent 620f009 commit a534dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovh/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (c *Client) loadConfig(endpointName string) error {
}
if len(configuredAuthMethods) == 0 {
return errors.New(
"missing authentication information, you need to provide at least an application_key/application_secret, or client_id/client_secret, or access_token",
"missing authentication information, you need to provide one of the following: application_key/application_secret, client_id/client_secret, or access_token",
)
}

Expand Down

0 comments on commit a534dff

Please sign in to comment.