diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-29 09:32:30 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-29 09:32:30 +0300 |
| commit | 075ddd7ecec4ab3f0648015857e32c3bb5240743 (patch) | |
| tree | 5fb64dab53cc91858bdc15120251544e639fe8cd | |
| parent | 9af571d26efc3b66a0e4743e33c54075a03bc3be (diff) | |
add comment
| -rw-r--r-- | internal/run.go | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
