diff --git a/cmd/index.go b/cmd/index.go index b800ead..b3c07d0 100644 --- a/cmd/index.go +++ b/cmd/index.go @@ -195,6 +195,7 @@ func registerIndexInterval(args []string, index *fileIndex, formats types.Types, return } + ticker := time.NewTicker(interval) go func() {