Skip to content

Commit

Permalink
fix(uptime): typo in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
jon4hz committed Mar 1, 2024
1 parent bfc7f4d commit e9b2cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion section/uptime/uptime.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (Section) Enabled(c *context.Context) bool {
}

func (Section) Default(ctx *context.Context) {
viper.SetDefault("uptime.precisioin", 3)
viper.SetDefault("uptime.precision", 3)
}

func (Section) Gather(c *context.Context) error {
Expand Down

0 comments on commit e9b2cb6

Please sign in to comment.