Skip to content

Commit

Permalink
docs(github): fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap authored and fwiedmann committed Mar 10, 2021
1 parent 795f5d5 commit cb3084d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/releaser/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func New(c *config.GitHubProvider, checkConfig bool) (*Client, error) {
if client, err = github.NewEnterpriseClient(c.CustomURL+"/api/v3/", c.CustomURL+"/api/uploads/", httpClient); err != nil {
return &Client{}, err
}
// note: do not append find / to end of the url since all the url constructions using this
// note: do not append / to end of the url since all the url constructions using this
// assume no trailing /
baseURL = c.CustomURL + "/api/v3"
}
Expand Down

0 comments on commit cb3084d

Please sign in to comment.