Skip to content

Commit

Permalink
Correct option name in error message (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlowell authored Sep 29, 2023
1 parent c3591af commit 806406f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/public/public.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type AuthenticationScheme = authority.AuthenticationScheme

type Account = shared.Account

var errNoAccount = errors.New("no account was specified with public.WithAccount(), or the specified account is invalid")
var errNoAccount = errors.New("no account was specified with public.WithSilentAccount(), or the specified account is invalid")

// clientOptions configures the Client's behavior.
type clientOptions struct {
Expand Down

0 comments on commit 806406f

Please sign in to comment.