diff options
Diffstat (limited to 'internal/app')
| -rw-r--r-- | internal/app/start.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/start.go b/internal/app/start.go index aba331e7..837ab227 100644 --- a/internal/app/start.go +++ b/internal/app/start.go @@ -46,7 +46,7 @@ func (a *app) Run(ctx context.Context, rs *RunState) error { } // startup will go ahead, commit system setup - if err := a.seal.sys.Commit(); err != nil { + if err := a.seal.sys.Commit(ctx); err != nil { return err } a.seal.sys.needRevert = true |
