diff options
author | Nick Thomas <nick@gitlab.com> | 2019-09-24 15:31:39 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-09-24 15:31:39 +0000 |
commit | 659ad7f7cedab56ff48abe4d6fb8eb25a644a2a8 (patch) | |
tree | 6b23eff8993050c82e4fd472a846591e1773909c /go/cmd/gitlab-shell/main.go | |
parent | e9481821f14b894b9d1752161b0c3c4d2679b55e (diff) | |
parent | 9237ac094a060dbb31c1ee4d37ad7ef38e17e878 (diff) | |
download | gitlab-shell-659ad7f7cedab56ff48abe4d6fb8eb25a644a2a8.tar.gz |
Merge branch '173-remove-go-fallback-and-feature-flags' into 'master'
Remove feature flags and the fallback command
See merge request gitlab-org/gitlab-shell!336
Diffstat (limited to 'go/cmd/gitlab-shell/main.go')
-rw-r--r-- | go/cmd/gitlab-shell/main.go | 2 |
1 files changed, 0 insertions, 2 deletions
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) |