There was an error while loading. Please reload this page.
1 parent 8d8f9ef commit 7361686Copy full SHA for 7361686
lib/gitlab_shell.rb
@@ -17,7 +17,7 @@ class InvalidRepositoryPathError < StandardError; end
17
API_COMMANDS = %w(2fa_recovery_codes)
18
GL_PROTOCOL = 'ssh'.freeze
19
20
- attr_accessor :key_id, :gl_repository, :repo_name, :command, :git_access, :repository, :gitaly_address
+ attr_accessor :key_id, :gl_repository, :repo_name, :command, :git_access
21
attr_reader :repo_path
22
23
def initialize(key_id)
0 commit comments