actually fixes issue 2

This commit is contained in:
2026-05-08 19:22:43 -06:00
parent afb6191a86
commit 25ecbd5404
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ func defaultCfgMap() map[string]string {
func TestReadConfig(t *testing.T) {
cfgMap := defaultCfgMap()
path := writeConfigFiles(t, cfgMap, 0600)
path := writeConfigFiles(t, cfgMap, 0640)
cfg, err := ReadConfig(path)
if err != nil {