Commit 6a402348 authored by Romain Courteaud's avatar Romain Courteaud

Typo

parent dde27023
...@@ -293,7 +293,7 @@ class Recipe(slapos.recipe.erp5.Recipe): ...@@ -293,7 +293,7 @@ class Recipe(slapos.recipe.erp5.Recipe):
for repo in self.options.get('bt5_repo_list', '').splitlines(): for repo in self.options.get('bt5_repo_list', '').splitlines():
if not repo: if not repo:
continue continue
target, linkname = linkline.split() target, linkname = repo.split()
link = os.path.join(repo_path, linkname) link = os.path.join(repo_path, linkname)
if os.path.lexists(link): if os.path.lexists(link):
if not os.path.islink(link): if not os.path.islink(link):
......
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