summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/run.go1
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)