Update pkg/cmd/pr/merge/merge.go

Co-authored-by: Andy Feller <andyfeller@github.com>
This commit is contained in:
ffalor 2023-11-30 18:51:09 -06:00 committed by GitHub
parent ed68930c64
commit 74e5e84d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -302,7 +302,7 @@ func (m *mergeContext) merge() error {
return cmdutil.FlagErrorf("--merge, --rebase, or --squash required when not running interactively")
}
m.infof("Merging pull request #%d (%s)\n", m.pr.Number, m.pr.Title)
_ = m.infof("Merging pull request #%d (%s)\n", m.pr.Number, m.pr.Title)
apiClient := api.NewClientFromHTTP(m.httpClient)
r, err := api.GitHubRepo(apiClient, m.baseRepo)