Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao committed Feb 14, 2023
1 parent 33092b6 commit c2bff5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (o *oauthApp) GetDefaultAdminToken() (string, error) {
Perm: core.PermAdmin,
})
if err != nil {
return "", fmt.Errorf("create default admin token : %w", err)
return "", fmt.Errorf("create default admin token: %w", err)
}

return ret, nil
Expand Down

0 comments on commit c2bff5e

Please sign in to comment.