summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab <gitlab@localhost>2013-05-28 09:33:25 +0200
committerGitLab <gitlab@localhost>2013-05-28 09:33:25 +0200
commitf0cacf6c371717a887a568eaa5b40685930c6793 (patch)
tree3321db309b4ec8f4251db0616e10464c6812f5fb
parentb6349ec7cd178e463dac03288161f6ea9b5a4661 (diff)
downloadgitlab-shell-f0cacf6c371717a887a568eaa5b40685930c6793.tar.gz
ok last change in this code
-rw-r--r--lib/gitlab_shell.rb2
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