Commit b8b5a698278c3d6d196453557303e4362974e410

Authored by Axilleas Pipinellis
1 parent 23f56984

Fixed identation...

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
lib/tasks/gitlab/check.rake
... ... @@ -246,8 +246,8 @@ namespace :gitlab do
246 246 fix_and_rerun
247 247 end
248 248 end
249   -
250   - def check_redis_version
  249 +
  250 + def check_redis_version
251 251 print "Redis version >= 2.0.0? ... "
252 252  
253 253 if run_and_match("redis-cli --version", /redis-cli 2.\d.\d/)
... ...