mirror of
https://github.com/go-task/task.git
synced 2026-07-02 00:54:22 +00:00
refactor: rename Var.Static to Var.Value
This commit is contained in:
@@ -42,7 +42,7 @@ func Dotenv(c compiler.Compiler, tf *taskfile.Taskfile, dir string) (*taskfile.V
|
||||
}
|
||||
for key, value := range envs {
|
||||
if ok := env.Exists(key); !ok {
|
||||
env.Set(key, taskfile.Var{Static: value})
|
||||
env.Set(key, taskfile.Var{Value: value})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user