diff --git a/trestlebot/tasks/authored/compdef.py b/trestlebot/tasks/authored/compdef.py index bd3b54b6..89c96b2a 100644 --- a/trestlebot/tasks/authored/compdef.py +++ b/trestlebot/tasks/authored/compdef.py @@ -115,7 +115,7 @@ def create_new_default( catalog = ProfileResolver.get_resolved_profile_catalog( trestle_root, - existing_profile_path.as_uri(), + existing_profile_path.as_posix(), ) controls = CatalogInterface.get_control_ids_from_catalog(catalog) @@ -153,7 +153,7 @@ def create_new_default( get_control_implementation( component=component, - source=existing_profile_path.as_uri(), + source=existing_profile_path.as_posix(), description="", controls=controls, )