Commit 1a75ce45 authored by Romain Courteaud's avatar Romain Courteaud

Typo

parent b0081750
...@@ -93,7 +93,7 @@ class Recipe(BaseSlapRecipe): ...@@ -93,7 +93,7 @@ class Recipe(BaseSlapRecipe):
wrapper = zc.buildout.easy_install.scripts([('erp5testnode', wrapper = zc.buildout.easy_install.scripts([('erp5testnode',
'slapos.recipe.librecipe.execute', 'executee')], self.ws, sys.executable, 'slapos.recipe.librecipe.execute', 'executee')], self.ws, sys.executable,
self.wrapper_directory, arguments=[self.options['testnode'], '-l', self.wrapper_directory, arguments=[self.options['testnode'], '-l',
testnode_log, testnode_config]i, {'GIT_SSL_NO_VERIFY': '1'})[0] testnode_log, testnode_config], {'GIT_SSL_NO_VERIFY': '1'})[0]
path_list.append(testnode_config) path_list.append(testnode_config)
path_list.append(wrapper) path_list.append(wrapper)
return path_list return path_list
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