diff options
| author | Stan Hu <stanhu@gmail.com> | 2017-07-05 15:18:54 +0000 |
|---|---|---|
| committer | Stan Hu <stanhu@gmail.com> | 2017-07-05 15:18:54 +0000 |
| commit | 009c98bbfdc370e0a24b7a1a6b086e5e4b668a43 (patch) | |
| tree | 7eba0dcb88e49148d4b23788992dab33edcacdb5 /bin/gitlab-shell | |
| parent | 4f207de6e989883795d4d428863a0237b99e37b9 (diff) | |
| parent | 43322952599d2f284b9cbb3ab6a490a7180f6599 (diff) | |
| download | gitlab-shell-009c98bbfdc370e0a24b7a1a6b086e5e4b668a43.tar.gz | |
Merge branch 'sh-revert-141' into 'master'
Revert "Merge branch 'sh-disable-rubygems' into 'master'"
See merge request !143
Diffstat (limited to 'bin/gitlab-shell')
| -rwxr-xr-x | bin/gitlab-shell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gitlab-shell b/bin/gitlab-shell index ed58a0a..6ef572f 100755 --- a/bin/gitlab-shell +++ b/bin/gitlab-shell @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby --disable-gems +#!/usr/bin/env ruby unless ENV['SSH_CONNECTION'] puts "Only ssh allowed" |
