Commit 47e510e1 authored by Riyad Preukschas's avatar Riyad Preukschas

Small fixes

parent 75447fb0
......@@ -3,6 +3,6 @@ module Gitlab
Revision = `git log --pretty=format:'%h' -n 1`
def self.config
Settings
Settings
end
end
......@@ -55,7 +55,7 @@ namespace :gitlab do
# check Gitolite version
gitolite_version_file = "#{Gitlab.config.gitolite.repos_path}/../gitolite/src/VERSION"
if File.exists?(gitolite_version_file) && File.readable?(gitolite_version_file)
if File.readable?(gitolite_version_file)
gitolite_version = File.read(gitolite_version_file)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment