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
Loading
@@ -544,7 +544,7 @@ namespace :gitlab do
 
def check_gitolite_is_up_to_date
print "Using recommended version ... "
if gitolite_version.try(:start_with?, "v3.04")
if gitolite_version.try(:start_with?, "v3.2")
puts "yes".green
else
puts "no".red
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