Commit 20ca2005 authored by Łukasz Nowak's avatar Łukasz Nowak

Typo.

parent 558f63ec
...@@ -31,7 +31,7 @@ class Recipe(GenericBaseRecipe): ...@@ -31,7 +31,7 @@ class Recipe(GenericBaseRecipe):
def install(self): def install(self):
path_list = [] path_list = []
conversion_server_dict = dict( conversion_server_dict = dict(
working_path=self.optios['cloudooo-data'], working_path=self.options['cloudooo-data'],
uno_path=self.options['ooo-uno-path'], uno_path=self.options['ooo-uno-path'],
office_binary_path=self.options['ooo-binary-path'], office_binary_path=self.options['ooo-binary-path'],
ip=self.options['ip'], ip=self.options['ip'],
......
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