From 34b54e7285eb084c8fb9abc7b3b8cb90a4438f9a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 28 May 2025 22:58:48 +0300 Subject: initial merge state --- internal/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/run.go') diff --git a/internal/run.go b/internal/run.go index 701d200..b48c19c 100644 --- a/internal/run.go +++ b/internal/run.go @@ -17,7 +17,7 @@ func Run(ctx context.Context, configFile string, renotify, force bool) { notifyError(conf, err) } - state, err := readState(conf) + state, err := newState(conf) if err != nil { notifyError(conf, err) } -- cgit v1.2.3