Skip to content

Commit

Permalink
Fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
rsingh2411 authored Apr 3, 2017
1 parent bf4e6c5 commit d9e36bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Docker struct {
Timeout internal.Duration
PerDevice bool `toml:"perdevice"`
Total bool `toml:"total"`
GatherEnvironment []string `toml:"gather_environment"`
GatherEnvironment []string `toml:"gather_environment"`
LabelInclude []string `toml:"docker_label_include"`
LabelExclude []string `toml:"docker_label_exclude"`

Expand Down

0 comments on commit d9e36bc

Please sign in to comment.