summaryrefslogtreecommitdiff
path: root/go/cmd/gitlab-shell
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-09-24 15:31:39 +0000
committerNick Thomas <nick@gitlab.com>2019-09-24 15:31:39 +0000
commit659ad7f7cedab56ff48abe4d6fb8eb25a644a2a8 (patch)
tree6b23eff8993050c82e4fd472a846591e1773909c /go/cmd/gitlab-shell
parente9481821f14b894b9d1752161b0c3c4d2679b55e (diff)
parent9237ac094a060dbb31c1ee4d37ad7ef38e17e878 (diff)
downloadgitlab-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')
-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)