diff options
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 |