mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 02:36:39 +00:00
style(lint): fix linting complaint
This commit is contained in:
@@ -64,7 +64,7 @@ func Bulk(ctx context.Context, opts *BulkOptions) error {
|
||||
)
|
||||
logger.Info("modifying", changes...)
|
||||
if !opts.DryRun {
|
||||
r, _, err = gh.Repositories.EditRelease(
|
||||
_, _, err = gh.Repositories.EditRelease(
|
||||
ctx, opts.Repository.Owner(), opts.Repository.Name(),
|
||||
r.GetID(), r,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user