Skip to content

Commit

Permalink
Merge pull request #820 from atc0005/i815-update-enclosing-error-message
Browse files Browse the repository at this point in the history
Update enclosing error message prefix
  • Loading branch information
atc0005 authored Nov 12, 2024
2 parents 5ccea41 + 43591ca commit 0a806ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/mbxs/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func OAuth2ClientCredsAuth(
if err != nil {
logger.Debug().Err(err).Msg("Failed to retrieve token")
return fmt.Errorf(
"failed to retrieve token: %w",
"failed to authenticate: %w",
err,
)
}
Expand Down

0 comments on commit 0a806ec

Please sign in to comment.