@@ 14,7 14,7 @@ import (
// where cached election info is stored
var (
- tallyardConfigPath = path.Join(xdg.ConfigHome(), "tallyard")
+ tallyardConfigPath = path.Join(xdg.DataHome(), "tallyard")
electionInfoFilePath = path.Join(tallyardConfigPath, "elections.json")
)