From 19441fc3fb48e27d98f61b400120cb850a85d3a2 Mon Sep 17 00:00:00 2001 From: Vilsol Date: Sat, 23 Dec 2023 04:58:31 +0200 Subject: [PATCH] chore: ok what if we just do one? --- cli/cache/download.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cache/download.go b/cli/cache/download.go index 6f9bcef..4cb28d6 100644 --- a/cli/cache/download.go +++ b/cli/cache/download.go @@ -195,7 +195,7 @@ func downloadInternal(cacheKey string, location string, hash string, url string, if updates != nil { slog.Debug("sending end", slog.Int64("length", resp.ContentLength), slog.String("cacheKey", cacheKey)) - //updates <- utils.GenericProgress{Completed: resp.ContentLength, Total: resp.ContentLength} + updates <- utils.GenericProgress{Completed: resp.ContentLength, Total: resp.ContentLength} } _, err = addFileToCache(cacheKey)