Commit 91f30734 authored by Romain Courteaud's avatar Romain Courteaud

Typo

parent 96fc5141
...@@ -50,7 +50,7 @@ class Recipe(GenericBaseRecipe): ...@@ -50,7 +50,7 @@ class Recipe(GenericBaseRecipe):
# Create init script # Create init script
wrapper = self.createPythonScript( wrapper = self.createPythonScript(
self.options['wrapper'], self.options['wrapper'],
'slapos.recipe.librecipe.execute.executee', 'slapos.recipe.librecipe.execute.execute',
[self.options['sphinx-searchd-binary'].strip(), '-c', [self.options['sphinx-searchd-binary'].strip(), '-c',
sphinx_conf_path, '--nodetach'], sphinx_conf_path, '--nodetach'],
) )
......
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