Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lkingland committed Apr 25, 2023
1 parent b4100ac commit f76cb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oci/pusher.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (p *Pusher) handleUpdates(ctx context.Context) {
progress.OptionShowBytes(true),
progress.OptionShowElapsedTimeOnFinish())
}
bar.Set64(update.Complete)
_ = bar.Set64(update.Complete)
continue
case <-p.done:
fmt.Println("received done signal, finishing bar")
Expand Down

0 comments on commit f76cb44

Please sign in to comment.