Skip to content

Commit 8c2d65e

Browse files
nbullochfcyu
authored andcommitted
Fixed duplicated 'delta' error
1 parent 336013f commit 8c2d65e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/met/met.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ type Filter struct {
359359
TwoD bool `yaml:"two-dimensional"`
360360
Mapmods bool `yaml:"mapMods"`
361361
Delta bool `yaml:"delta"`
362-
Inference bool `yaml:"delta"`
362+
Inference bool `yaml:"inference"`
363363
Group bool `yaml:"group"`
364364
MinPepLen int `yaml:"minPepLen"`
365365
}

0 commit comments

Comments
 (0)