fixup some acme related things

This commit is contained in:
Asim Aslam
2019-10-23 22:15:15 +01:00
parent 82f94c7861
commit 3fc04f4dff
3 changed files with 16 additions and 20 deletions

View File

@@ -89,7 +89,7 @@ func (s *storage) Exists(key string) bool {
}
func (s *storage) List(prefix string, recursive bool) ([]string, error) {
records, err := s.store.Sync()
records, err := s.store.List()
if err != nil {
return nil, err
}