This commit is contained in:
Alex Dadgar 2017-03-28 11:10:11 -07:00
parent 23562d77c9
commit 5b36a90723

View file

@ -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))