Skip to content

Commit

Permalink
manifest_path -> manifests_path
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 10, 2023
1 parent df6d6bc commit fa4b05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/src/backend/views/ETLPipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def post(self, request, group_id, *_, **__):
},
"LOCAL_INBOX_MANIFEST_PATH": {
"type": "string",
"value": body.local_inbox.manifest_path
"value": body.local_inbox.manifests_path
},
"LOCAL_INBOX_MANIFEST_GENERATION_POLICY": {
"type": "string",
Expand All @@ -152,7 +152,7 @@ def post(self, request, group_id, *_, **__):
},
"LOCAL_OUTBOX_MANIFEST_PATH": {
"type": "string",
"value": body.local_outbox.manifest_path
"value": body.local_outbox.manifests_path
},
"LOCAL_OUTBOX_MANIFEST_GENERATION_POLICY": {
"type": "string",
Expand Down

0 comments on commit fa4b05a

Please sign in to comment.