From e9b2cb653058732ca80c09ffc2df8b5a4f041516 Mon Sep 17 00:00:00 2001 From: jon4hz Date: Fri, 1 Mar 2024 21:02:59 +0100 Subject: [PATCH] fix(uptime): typo in default config --- section/uptime/uptime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section/uptime/uptime.go b/section/uptime/uptime.go index 6e1aa4f..e82f7c8 100644 --- a/section/uptime/uptime.go +++ b/section/uptime/uptime.go @@ -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 {