Skip to content

Commit

Permalink
Update history.go
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored Mar 1, 2023
1 parent 07b3383 commit c3e9d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/history.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ func GetHistory() History {
entries = append(entries, config.History.Entries...)
} else {
entries = append(entries, ConfigEntry{
Name: config.DiscoverEvent.Name,
Option: config.DiscoverEvent.Option,
Name: config.History.Name,
Option: config.History.Option,
})
}

Expand Down

0 comments on commit c3e9d31

Please sign in to comment.