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

Fix checking for the recommended Gitolite version

Fixes #2475
parent ea8cd13f
No related branches found
No related tags found
No related merge requests found
Loading
@@ -544,7 +544,7 @@ namespace :gitlab do
Loading
@@ -544,7 +544,7 @@ namespace :gitlab do
   
def check_gitolite_is_up_to_date def check_gitolite_is_up_to_date
print "Using recommended version ... " print "Using recommended version ... "
if gitolite_version.try(:start_with?, "v3.04") if gitolite_version.try(:start_with?, "v3.2")
puts "yes".green puts "yes".green
else else
puts "no".red puts "no".red
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment