Commit 71c8801e authored by Riyad Preukschas's avatar Riyad Preukschas

Fix checking for the recommended Gitolite version

Fixes #2475
parent ea8cd13f
......@@ -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
......
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