Skip to content

Commit 1f52cd1

Browse files
committed
fix typo
1 parent 79522f4 commit 1f52cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schematic/manifest/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,7 @@ def _get_end_columns(self, current_schema_headers, existing_manifest_headers, ou
16001600
end_columns.append(id_name)
16011601

16021602
# Add entity_id to the end columns if it should be there but isn't
1603-
if 'entityId' in (current_schema_headers or existing_manfiest_headers) and 'entityId' not in end_columns:
1603+
if 'entityId' in (current_schema_headers or existing_manifest_headers) and 'entityId' not in end_columns:
16041604
end_columns.append('entityId')
16051605
return end_columns
16061606

0 commit comments

Comments
 (0)