diff --git a/src/api/src/backend/views/ETLPipelines.py b/src/api/src/backend/views/ETLPipelines.py index 8d7a13c1..aed8effc 100644 --- a/src/api/src/backend/views/ETLPipelines.py +++ b/src/api/src/backend/views/ETLPipelines.py @@ -78,7 +78,7 @@ def post(self, request, group_id, *_, **__): return Conflict(f"A Pipeline already exists with the id '{body.id}'") # Clone the git repository that contains the pipeline and task definitions that will be used - tapis_owe_templates_dir = "/tmp/git/tapis-owe-templates" + tapis_owe_templates_dir = "/tmp/git/tapis-workflows-task-templates" cloned = os.path.exists(tapis_owe_templates_dir) if not cloned: try: