diff options
| author | GitLab <gitlab@localhost> | 2013-05-28 09:33:25 +0200 |
|---|---|---|
| committer | GitLab <gitlab@localhost> | 2013-05-28 09:33:25 +0200 |
| commit | f0cacf6c371717a887a568eaa5b40685930c6793 (patch) | |
| tree | 3321db309b4ec8f4251db0616e10464c6812f5fb /lib/gitlab_shell.rb | |
| parent | b6349ec7cd178e463dac03288161f6ea9b5a4661 (diff) | |
| download | gitlab-shell-f0cacf6c371717a887a568eaa5b40685930c6793.tar.gz | |
ok last change in this code
Diffstat (limited to 'lib/gitlab_shell.rb')
| -rw-r--r-- | lib/gitlab_shell.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab_shell.rb b/lib/gitlab_shell.rb index d7df549..7a9e3df 100644 --- a/lib/gitlab_shell.rb +++ b/lib/gitlab_shell.rb @@ -6,8 +6,6 @@ class GitlabShell attr_accessor :key_id, :repo_name, :git_cmd, :repos_path, :repo_name def initialize - puts "---" - puts ARGV @key_id = /key-[0-9]+/.match(ARGV.join).to_s @origin_cmd = ENV['SSH_ORIGINAL_COMMAND'] @repos_path = GitlabConfig.new.repos_path |
