Skip to content

Commit

Permalink
fix duplication of config yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
saza-ku committed Aug 24, 2023
1 parent df82f8e commit a12cef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var DefaultPcapServerIPsOption = getDefaultPcapServerIPsOption()
type Options struct {
File string `yaml:"file"`
Dump string `yaml:"dump"`
Load string `yaml:"dump"`
Load string `yaml:"load"`
Sort string `yaml:"sort"`
Reverse bool `yaml:"reverse"`
QueryString bool `yaml:"query_string"`
Expand Down

0 comments on commit a12cef8

Please sign in to comment.