Skip to content

Commit 7361686

Browse files
committed
no more attrs
1 parent 8d8f9ef commit 7361686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gitlab_shell.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class InvalidRepositoryPathError < StandardError; end
1717
API_COMMANDS = %w(2fa_recovery_codes)
1818
GL_PROTOCOL = 'ssh'.freeze
1919

20-
attr_accessor :key_id, :gl_repository, :repo_name, :command, :git_access, :repository, :gitaly_address
20+
attr_accessor :key_id, :gl_repository, :repo_name, :command, :git_access
2121
attr_reader :repo_path
2222

2323
def initialize(key_id)

0 commit comments

Comments
 (0)