From 075ddd7ecec4ab3f0648015857e32c3bb5240743 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 29 May 2025 09:32:30 +0300 Subject: add comment --- internal/run.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/run.go b/internal/run.go index a4fbf68..6066bc7 100644 --- a/internal/run.go +++ b/internal/run.go @@ -17,6 +17,7 @@ func Run(ctx context.Context, configFile string, renotify, force bool) { notifyError(conf, err) } + // TODO: Also read other state files? Merge them.. state, err := newState(conf) if err != nil { notifyError(conf, err) -- cgit v1.2.3