diff --git a/client/driver/env/env.go b/client/driver/env/env.go index 1640d8e6e..c96a724f4 100644 --- a/client/driver/env/env.go +++ b/client/driver/env/env.go @@ -287,7 +287,7 @@ func (t *TaskEnvironment) EnvMap() map[string]string { return m } -// EnvMap returns the environment variables that will be set as well as node +// EnvMapAll returns the environment variables that will be set as well as node // meta/attrs in the map. This is appropriate for interpolation. func (t *TaskEnvironment) EnvMapAll() map[string]string { m := make(map[string]string, len(t.TaskEnv))