~edwargix/tallyard

d157e81599aeee75bdb5e4e47426384d5ab16a40 — David Florness 5 years ago 917b59b
Store election data in data dir instead of config dir
1 files changed, 1 insertions(+), 1 deletions(-)

M config.go
M config.go => config.go +1 -1
@@ 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")
)