mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #34134 from pims/use-const-key
Replaces fluentd-address string by constant
This commit is contained in:
commit
d9b785cf2e
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ func ValidateLogOpt(cfg map[string]string) error {
|
|||
}
|
||||
}
|
||||
|
||||
_, err := parseAddress(cfg["fluentd-address"])
|
||||
_, err := parseAddress(cfg[addressKey])
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue