diff --git a/configure b/configure index 25c6284..2576255 100755 --- a/configure +++ b/configure @@ -6,7 +6,7 @@ def generate(output, config, manifest): from bonnibel.module import Module from bonnibel.project import Project - root = Path(__file__).parent + root = Path(__file__).parent.resolve() project = Project(root) output = root / output