diff options
Diffstat (limited to 'lib/gitlab_config.rb')
-rw-r--r-- | lib/gitlab_config.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab_config.rb b/lib/gitlab_config.rb index ebf72d6..beaf173 100644 --- a/lib/gitlab_config.rb +++ b/lib/gitlab_config.rb @@ -11,10 +11,6 @@ class GitlabConfig ENV['HOME'] end - def repos_path - @config['repos_path'] ||= File.join(home, "repositories") - end - def auth_file @config['auth_file'] ||= File.join(home, ".ssh/authorized_keys") end |