fix loading cfg from default location

This commit is contained in:
Laptop
2024-11-26 21:45:47 +02:00
parent 131bd7318c
commit e28955095f

View File

@@ -360,7 +360,7 @@ func init() {
}
return
} else {
} else if env != "" {
filename = env
}