summaryrefslogtreecommitdiffstats
path: root/cedar.go
diff options
context:
space:
mode:
Diffstat (limited to 'cedar.go')
-rw-r--r--cedar.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cedar.go b/cedar.go
index 501cc1f..1b366be 100644
--- a/cedar.go
+++ b/cedar.go
@@ -109,7 +109,7 @@ func cacheFor(section string) (Ids, error) {
}
bs, err := readFile(f)
- if err != nil {
+ if len(bs) == 0 || err != nil {
return cache, err
}