Skip to content

Commit

Permalink
Fix TOML key
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsStegman committed Apr 30, 2024
1 parent 5a26727 commit 8568053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/mock/mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type sineWave struct {
Name string `toml:"name"`
Amplitude float64 `toml:"amplitude"`
Period float64 `toml:"period"`
BaseLine float64 `toml:"baseline"`
BaseLine float64 `toml:"base_line"`
}

type step struct {
Expand Down

0 comments on commit 8568053

Please sign in to comment.