summaryrefslogtreecommitdiff
path: root/cmd/gitlab-shell-authorized-keys-check
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gitlab-shell-authorized-keys-check')
-rw-r--r--cmd/gitlab-shell-authorized-keys-check/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gitlab-shell-authorized-keys-check/main.go b/cmd/gitlab-shell-authorized-keys-check/main.go
index 8746353..0fc7ecc 100644
--- a/cmd/gitlab-shell-authorized-keys-check/main.go
+++ b/cmd/gitlab-shell-authorized-keys-check/main.go
@@ -42,7 +42,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 {