diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-28 22:58:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-28 22:58:48 +0300 |
| commit | 34b54e7285eb084c8fb9abc7b3b8cb90a4438f9a (patch) | |
| tree | b7fb93b9d17a85c8c63bc60d0d032b661f78c478 /internal/run.go | |
| parent | 8b43dff3070d869fbb28c50d8c24d608c608d629 (diff) | |
initial merge state
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 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) } |
