Skip to content

Commit

Permalink
Merge pull request containers#4063 from baude/tomltypo
Browse files Browse the repository at this point in the history
fix trivial type for event logger
  • Loading branch information
openshift-merge-robot authored Sep 20, 2019
2 parents 45b0725 + 4f0e095 commit 9dc764c
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 9dc764c

Please sign in to comment.