aboutsummaryrefslogtreecommitdiff
path: root/internal/liturgy/store.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/liturgy/store.go')
-rw-r--r--internal/liturgy/store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/liturgy/store.go b/internal/liturgy/store.go
index cc176e8..69e45f2 100644
--- a/internal/liturgy/store.go
+++ b/internal/liturgy/store.go
@@ -127,7 +127,7 @@ func Harvest(fromDate string, maxDays int) (added int, furthest string, err erro
return 0, "", err
}
- dir := cacheDir()
+ dir := CacheDir()
day := start
var harvestErr error
for i := 0; maxDays == 0 || i < maxDays; i++ {