mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
loggerutils: fix a typo
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
9cf8feebbf
commit
2c6fbd864a
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ func watchFile(name string) (filenotify.FileWatcher, error) {
|
|||
|
||||
logger := logrus.WithFields(logrus.Fields{
|
||||
"module": "logger",
|
||||
"fille": name,
|
||||
"file": name,
|
||||
})
|
||||
|
||||
if err := fileWatcher.Add(name); err != nil {
|
||||
|
|
Loading…
Reference in a new issue