This commit is contained in:
bel
2023-10-15 10:40:13 -06:00
parent ed474b8c3a
commit 87c937b6f1

View File

@@ -75,7 +75,7 @@ func _main() error {
func getConfig() config {
defaultFilepath := os.Getenv("PTTODO_FILE")
if defaultFilePath == "" {
if defaultFilepath == "" {
defaultFilepath = "./todo.yaml"
}