Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Mar 28, 2017
1 parent 6397851 commit d156219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/driver/env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit d156219

Please sign in to comment.