Commit d2b360a6 authored by Priscila Manhaes's avatar Priscila Manhaes

TYPO

parent fbb3e873
...@@ -237,7 +237,7 @@ class Recipe(BaseSlapRecipe): ...@@ -237,7 +237,7 @@ class Recipe(BaseSlapRecipe):
port=port, port=port,
openoffice_port=openoffice_port, openoffice_port=openoffice_port,
openoffice_host=ip, openoffice_host=ip,
PATH="$PATH:%s" % self.bin_directory PATH=self.bin_directory
) )
for env_line in self.options['environment'].splitlines(): for env_line in self.options['environment'].splitlines():
env_line = env_line.strip() env_line = env_line.strip()
......
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