Skip to content
Snippets Groups Projects
Commit b8b5a698 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Fixed identation...

parent 23f56984
No related branches found
No related tags found
1 merge request!3602Added check_redis_version to check.rake
Loading
Loading
@@ -246,8 +246,8 @@ namespace :gitlab do
fix_and_rerun
end
end
def check_redis_version
def check_redis_version
print "Redis version >= 2.0.0? ... "
if run_and_match("redis-cli --version", /redis-cli 2.\d.\d/)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment