Commit 392b5a7d authored by Łukasz Nowak's avatar Łukasz Nowak

Fixed syntax error.

parent 5814efa5
...@@ -95,6 +95,6 @@ class Recipe(GenericBaseRecipe): ...@@ -95,6 +95,6 @@ class Recipe(GenericBaseRecipe):
wrapper_path = self.createPythonScript( wrapper_path = self.createPythonScript(
self.options['wrapper-path'], self.options['wrapper-path'],
'slapos.recipe.librecipe.execute.execute', 'slapos.recipe.librecipe.execute.execute',
arguments=[self.options['binary-path'].strip(), '-f', configuration_path], arguments=[self.options['binary-path'].strip(), '-f', configuration_path],)
return [configuration_path, wrapper_path] return [configuration_path, wrapper_path]
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