diff options
Diffstat (limited to 'internal/run.go')
| -rw-r--r-- | internal/run.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/run.go b/internal/run.go index 6066bc7..91fe323 100644 --- a/internal/run.go +++ b/internal/run.go @@ -17,13 +17,13 @@ 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) } state = runChecks(ctx, state, conf) + state = mergeFederated(ctx, state, conf) if err := state.persist(); err != nil { notifyError(conf, err) |
