diff --git a/modules/utils.py b/modules/utils.py index a8a3f37..adeb953 100644 --- a/modules/utils.py +++ b/modules/utils.py @@ -248,7 +248,7 @@ def generate_template_build_path(section, template_name='conf'): conf_section_templatename = getattr(conf_section, template_name) build_path = os.path.join( - conf_section.path.dest, + conf_section.path.remote, 'build', conf_section_templatename.dst)