diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-05 09:52:10 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-05 09:52:10 +0200 |
commit | ea6ea902bea6857d2a0dbdf6d5492105a527d276 (patch) | |
tree | 7e49eae43ce42b10c3df61ed7ae8e63884700523 /lib/gitlab_shell.rb | |
parent | 8d37428444f255a79ed99cb7726977b7195c6ebb (diff) | |
download | gitlab-shell-ea6ea902bea6857d2a0dbdf6d5492105a527d276.tar.gz |
More tests
Diffstat (limited to 'lib/gitlab_shell.rb')
-rw-r--r-- | lib/gitlab_shell.rb | 2 |
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 |