From 21210173c4d04676436b8e48dfbe4043299797cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 27 Feb 2021 23:29:04 +0100 Subject: Do not upgrade the cache in `print-cache` --- tools/print-cache/print-cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/print-cache/print-cache.go b/tools/print-cache/print-cache.go index c00bf51..ef1d8e5 100644 --- a/tools/print-cache/print-cache.go +++ b/tools/print-cache/print-cache.go @@ -22,7 +22,7 @@ func init() { func main() { flag.Parse() - cache, err := cache.Load(cacheFile) + cache, err := cache.Load(cacheFile, false) if err != nil { log.Fatal(err) } -- cgit v1.2.3