Skip to content

Commit

Permalink
chore: ok what if we just do one?
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Dec 23, 2023
1 parent 8ec7463 commit 19441fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cache/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 19441fc

Please sign in to comment.