Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wj00037 committed Sep 30, 2024
1 parent 6ef8ebb commit ee94186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func getParsedResponse(method, path string, header http.Header, body io.Reader,
} else if response.StatusCode == http.StatusUnauthorized {
return errors.New("unauthorized")
}
return errors.New("error occured accessing gitee")
return errors.New("error occurred accessing gitee")
}
data, err := io.ReadAll(response.Body)
if err != nil {
Expand Down

0 comments on commit ee94186

Please sign in to comment.