Skip to content

Commit

Permalink
fix trivial type for event logger
Browse files Browse the repository at this point in the history
Fixes: containers#4062

Signed-off-by: baude <[email protected]>
  • Loading branch information
baude committed Sep 19, 2019
1 parent c38844f commit 4f0e095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpod/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ type RuntimeConfig struct {
// EventsLogger determines where events should be logged
EventsLogger string `toml:"events_logger"`
// EventsLogFilePath is where the events log is stored.
EventsLogFilePath string `toml:"-events_logfile_path"`
EventsLogFilePath string `toml:"events_logfile_path"`
//DetachKeys is the sequence of keys used to detach a container
DetachKeys string `toml:"detach_keys"`

Expand Down

0 comments on commit 4f0e095

Please sign in to comment.