Commit 26f3d2e9 authored by Julien Muchembled's avatar Julien Muchembled

slapos.recipe.downloadunpacked will only accept 'false' as false value

parent 7d73caa0
......@@ -292,7 +292,7 @@ class Recipe(object):
try:
opt = self.options.copy()
opt['destination'] = compile_dir
opt['strip-top-level-dir'] = 'False'
opt['strip-top-level-dir'] = 'false'
slapos.recipe.downloadunpacked.Recipe(
self.buildout, self.name, opt).install()
except:
......
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