Commit d3c4c312 authored by Nicolas Delaby's avatar Nicolas Delaby

Fix typo

parent 381aa4f3
......@@ -222,7 +222,7 @@ class Recipe(BaseSlapRecipe):
return dict(memcached_url='%s:%s' %
(config['memcached_ip'], config['memcached_port']),
memcached_ip=config['memcached_ip'],
memcached_port=config['memcached_ip'])
memcached_port=config['memcached_port'])
def installTestRunner(self, ca_conf, mysql_conf, conversion_server_conf,
memcached_conf, kumo_conf):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment