Skip to content

Commit cb3084d

Browse files
dearchapfwiedmann
authored andcommitted
docs(github): fix typo in comment
1 parent 795f5d5 commit cb3084d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/releaser/github/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func New(c *config.GitHubProvider, checkConfig bool) (*Client, error) {
5858
if client, err = github.NewEnterpriseClient(c.CustomURL+"/api/v3/", c.CustomURL+"/api/uploads/", httpClient); err != nil {
5959
return &Client{}, err
6060
}
61-
// note: do not append find / to end of the url since all the url constructions using this
61+
// note: do not append / to end of the url since all the url constructions using this
6262
// assume no trailing /
6363
baseURL = c.CustomURL + "/api/v3"
6464
}

0 commit comments

Comments
 (0)