summaryrefslogtreecommitdiff
path: root/cmd/gitlab-shell-authorized-keys-check/main.go
diff options
context:
space:
mode:
authorIgor Drozdov <idrozdov@gitlab.com>2021-05-24 09:35:16 +0000
committerIgor Drozdov <idrozdov@gitlab.com>2021-05-24 09:35:16 +0000
commit8116ccb9cbc0a60803b3a9896057c79c70016eb3 (patch)
tree85e5feca1050427113d9fe6e5051c52331b3a7ab /cmd/gitlab-shell-authorized-keys-check/main.go
parent90b606cde3d71d8a4450a5b5da9be4454c7b379f (diff)
parentde13980f3795679958a65881a813723da37894f5 (diff)
downloadgitlab-shell-8116ccb9cbc0a60803b3a9896057c79c70016eb3.tar.gz
Merge branch '501-fix-opentracing-init' into 'main'
Fix opentracing setup for gitlab-sshd Closes #501 See merge request gitlab-org/gitlab-shell!473
Diffstat (limited to 'cmd/gitlab-shell-authorized-keys-check/main.go')
-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 {