diff options
Diffstat (limited to 'go/cmd/gitlab-shell-authorized-keys-check/main.go')
-rw-r--r-- | go/cmd/gitlab-shell-authorized-keys-check/main.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/go/cmd/gitlab-shell-authorized-keys-check/main.go b/go/cmd/gitlab-shell-authorized-keys-check/main.go index 2bde63d..d8bb524 100644 --- a/go/cmd/gitlab-shell-authorized-keys-check/main.go +++ b/go/cmd/gitlab-shell-authorized-keys-check/main.go @@ -37,8 +37,6 @@ func main() { os.Exit(1) } - // The command will write to STDOUT on execution or replace the current - // process in case of the `fallback.Command` if err = cmd.Execute(); err != nil { fmt.Fprintf(readWriter.ErrOut, "%v\n", err) os.Exit(1) |