Skip to content
Snippets Groups Projects
Commit 47e510e1 authored by Riyad Preukschas's avatar Riyad Preukschas
Browse files

Small fixes

parent 75447fb0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,6 +3,6 @@ module Gitlab
Revision = `git log --pretty=format:'%h' -n 1`
 
def self.config
Settings
Settings
end
end
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment