diff options
Diffstat (limited to 'svc/init.go')
-rw-r--r-- | svc/init.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svc/init.go b/svc/init.go index 3e7ab5e..419e684 100644 --- a/svc/init.go +++ b/svc/init.go @@ -42,7 +42,7 @@ var cTickC = make(chan *tick, 1) var tmpls *template.Template // Holds the registry data in-memory -var twtxtCache = registry.NewIndex(nil) +var twtxtCache = registry.New(nil) // List of other registries submitted to this registry var remoteRegistries = &RemoteRegistries{ |