Skip to content

Commit

Permalink
Fix checking for the recommended Gitolite version
Browse files Browse the repository at this point in the history
Fixes #2475
  • Loading branch information
riyad committed Jan 7, 2013
1 parent ea8cd13 commit 71c8801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/gitlab/check.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71c8801

Please sign in to comment.