summaryrefslogtreecommitdiff
path: root/lib/gitlab_shell.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-05 09:52:10 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-05 09:52:10 +0200
commitea6ea902bea6857d2a0dbdf6d5492105a527d276 (patch)
tree7e49eae43ce42b10c3df61ed7ae8e63884700523 /lib/gitlab_shell.rb
parent8d37428444f255a79ed99cb7726977b7195c6ebb (diff)
downloadgitlab-shell-ea6ea902bea6857d2a0dbdf6d5492105a527d276.tar.gz
More tests
Diffstat (limited to 'lib/gitlab_shell.rb')
-rw-r--r--lib/gitlab_shell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_shell.rb b/lib/gitlab_shell.rb
index dd56e3d..0223ded 100644
--- a/lib/gitlab_shell.rb
+++ b/lib/gitlab_shell.rb
@@ -4,7 +4,7 @@ require 'net/http'
require_relative 'gitlab_config'
class GitlabShell
- attr_accessor :username, :repo_name, :git_cmd, :repos_path
+ attr_accessor :username, :repo_name, :git_cmd, :repos_path, :repo_name
def initialize
@username = ARGV.shift