mirror of
https://github.com/containers/podman.git
synced 2025-11-29 09:37:38 +08:00
Update module github.com/vbauerster/mpb/v8 to v8.6.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
vendor/github.com/vbauerster/mpb/v8/bar.go
generated
vendored
2
vendor/github.com/vbauerster/mpb/v8/bar.go
generated
vendored
@@ -338,7 +338,7 @@ func (b *Bar) DecoratorAverageAdjust(start time.Time) {
|
||||
// priority, i.e. bar will be on top. If you don't need to set priority
|
||||
// dynamically, better use BarPriority option.
|
||||
func (b *Bar) SetPriority(priority int) {
|
||||
b.container.UpdateBarPriority(b, priority)
|
||||
b.container.UpdateBarPriority(b, priority, false)
|
||||
}
|
||||
|
||||
// Abort interrupts bar's running goroutine. Abort won't be engaged
|
||||
|
||||
Reference in New Issue
Block a user