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 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) } |
