about summary refs log tree commit diff stats
path: root/svc/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'svc/init.go')
-rw-r--r--svc/init.go2
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{