summaryrefslogtreecommitdiff
path: root/go/cmd/gitlab-shell
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-09-18 17:42:19 +0100
committerNick Thomas <nick@gitlab.com>2019-09-20 11:41:38 +0100
commit9237ac094a060dbb31c1ee4d37ad7ef38e17e878 (patch)
tree78f94a4db3f94f95d17974845b37aca984227a20 /go/cmd/gitlab-shell
parent996b2e1d44cc671cc60fd4ddacd2c5750b72a025 (diff)
downloadgitlab-shell-9237ac094a060dbb31c1ee4d37ad7ef38e17e878.tar.gz
Remove feature flags and the fallback command
Diffstat (limited to 'go/cmd/gitlab-shell')
-rw-r--r--go/cmd/gitlab-shell/main.go2
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)