Fix file hashing bar being used for images

This commit is contained in:
Jan Bader
2023-12-06 16:33:17 +01:00
parent ecaddb7f73
commit a2b5d2e224
2 changed files with 10 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ func main() {
decor.CurrentNoUnit("%5d"),
),
)
filesMap.hashingBar = filesMap.progress.AddBar(0,
filesMap.fileHashingBar = filesMap.progress.AddBar(0,
mpb.PrependDecorators(
decor.Name("Hashing files "),
decor.Elapsed(decor.ET_STYLE_HHMMSS),