1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-05 00:59:04 +02:00

chore: combile similar type params (#993)

This commit is contained in:
Grachev Mikhail
2019-03-31 20:11:35 +03:00
committed by Carlos Alexandro Becker
parent 7de278535a
commit dfd1e6a662
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ func (c *githubClient) CreateFile(
commitAuthor config.CommitAuthor,
repo config.Repo,
content bytes.Buffer,
path string,
path,
message string,
) error {
options := &github.RepositoryContentFileOptions{