Commit c4989d69 authored by Romain Courteaud's avatar Romain Courteaud

Typo

parent ed2c3243
...@@ -57,7 +57,7 @@ class Recipe(GenericBaseRecipe): ...@@ -57,7 +57,7 @@ class Recipe(GenericBaseRecipe):
logrotate = self.createPythonScript( logrotate = self.createPythonScript(
self.options['wrapper'], self.options['wrapper'],
'slapos.recipe.librecipe.exceute.execute', 'slapos.recipe.librecipe.execute.execute',
[self.options['logrotate-binary'], '-s', state_file, logrotate_conf_file, ] [self.options['logrotate-binary'], '-s', state_file, logrotate_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