Skip to content

Commit c940d0f

Browse files
chore: auto-fix lint and format issues
1 parent 57165be commit c940d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-integrations/connectors/source-buzzsprout/manifest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ definitions:
6363
datetime_format: "%Y-%m-%dT%H:%M:%S.%f%z"
6464
start_datetime:
6565
type: MinMaxDatetime
66-
datetime: "{{ config[\"start_date\"] }}"
66+
datetime: '{{ config["start_date"] }}'
6767
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
6868
end_datetime:
6969
type: MinMaxDatetime

0 commit comments

Comments
 (0)