diff --git a/registry/registry.go b/registry/registry.go index 9303e0255de3aa49bab47456f9a25fe6cd1cb3d8..32c2e7c06fc7e82ecd6a7cee7062ca6c3fd3954f 100644 --- a/registry/registry.go +++ b/registry/registry.go @@ -17,8 +17,8 @@ // Registry is a collection of Template type Registry struct { dir string - Sources []*Source `toml:"sources"` - Templates []*Template `toml:"templates"` + Sources []*Source + Templates []*Template } func (r *Registry) save() error {