1
0
mirror of https://github.com/go-task/task.git synced 2025-07-17 01:43:07 +02:00
This commit is contained in:
Valentin Maerten
2025-04-28 14:30:33 +02:00
parent 911370cb88
commit 320887a84a

View File

@ -6,10 +6,10 @@ import (
"path/filepath"
"strings"
"github.com/joho/godotenv"
"github.com/go-task/task/v3/taskrc"
"github.com/go-task/task/v3/taskrc/ast"
"github.com/joho/godotenv"
)
const envPrefix = "TASK_X_"