Skip to content

Commit a94cfef

Browse files
committed
fix(runner): reinit config after registration
1 parent af30b64 commit a94cfef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/cmd/runner_start.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ func runRunner() {
3131
if err != nil {
3232
panic(err)
3333
}
34+
35+
_ = util.ConfigInit(persistentFlags.configPath, persistentFlags.noConfig)
3436
}
3537
}
3638

0 commit comments

Comments
 (0)