Commit 8da33a23 authored by Vincent Pelletier's avatar Vincent Pelletier

Typo in socket variable definition.

It should not be a tuple.
parent 6dacdef6
......@@ -58,7 +58,7 @@ class Recipe(GenericBaseRecipe):
)
mysql_binary = self.options['mysql-binary']
socket = self.options['socket'],
socket = self.options['socket']
mysql_conf_file = self.createFile(
self.options['conf-file'],
......
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