parent
ea8cd13f79
commit
71c8801eef
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue