aboutsummaryrefslogtreecommitdiff
path: root/tools/print-cache/print-cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools/print-cache/print-cache.go')
-rw-r--r--tools/print-cache/print-cache.go2
1 files changed, 1 insertions, 1 deletions
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)
}