diff --git a/python_modules/infra.py b/python_modules/infra.py index 73632a05..271829e0 100644 --- a/python_modules/infra.py +++ b/python_modules/infra.py @@ -364,7 +364,7 @@ def get_id_build_type(): This will get the type of build that is taking place """ source_folder = '/home/pepadmin/start/bldtype' - dest_folder = '/home/pepadmin/bubbles/fusato/chroot/opt/pepconf' + dest_folder = '/home/pepadmin/bubbles/iso_configs/fusato/config/includes.chroot/opt/pepconf' os.makedirs(dest_folder, exist_ok=True) for filename in os.listdir(source_folder): src_file = os.path.join(source_folder, filename)