From 9237ac094a060dbb31c1ee4d37ad7ef38e17e878 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Wed, 18 Sep 2019 17:42:19 +0100 Subject: Remove feature flags and the fallback command --- go/cmd/gitlab-shell/main.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'go/cmd/gitlab-shell') diff --git a/go/cmd/gitlab-shell/main.go b/go/cmd/gitlab-shell/main.go index 9b0b6c5..adb5198 100644 --- a/go/cmd/gitlab-shell/main.go +++ b/go/cmd/gitlab-shell/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) -- cgit v1.2.1