提交 0142aa5a 编写于 作者: J Jacob Vosmaer

Merge pull request #6494 from tsigo/fix-redis-version-check

Fix now-invalid invocation of `run_and_match` in gitlab:check
......@@ -255,7 +255,7 @@ namespace :gitlab do
def check_redis_version
print "Redis version >= 2.0.0? ... "
if run_and_match("redis-cli --version", /redis-cli 2.\d.\d/)
if run_and_match(%W(redis-cli --version), /redis-cli 2.\d.\d/)
puts "yes".green
else
puts "no".red
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册