Skip to content

Commit 71c8801

Browse files
committed
Fix checking for the recommended Gitolite version
Fixes #2475
1 parent ea8cd13 commit 71c8801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/gitlab/check.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ namespace :gitlab do
544544

545545
def check_gitolite_is_up_to_date
546546
print "Using recommended version ... "
547-
if gitolite_version.try(:start_with?, "v3.04")
547+
if gitolite_version.try(:start_with?, "v3.2")
548548
puts "yes".green
549549
else
550550
puts "no".red

0 commit comments

Comments
 (0)