diff options
Diffstat (limited to 'cmd/check/main.go')
-rw-r--r-- | cmd/check/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/check/main.go b/cmd/check/main.go index fbb520b..5a00781 100644 --- a/cmd/check/main.go +++ b/cmd/check/main.go @@ -39,7 +39,7 @@ func main() { os.Exit(1) } - ctx, finished := command.ContextWithCorrelationID() + ctx, finished := command.Setup(executable.Name, config) defer finished() if err = cmd.Execute(ctx); err != nil { |