Skip to content

Commit

Permalink
load: typo in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Carlin MacKenzie <[email protected]>
  • Loading branch information
kpsherva and carlinmack authored Sep 24, 2024
1 parent 9ea71f2 commit 7fd6521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cds_migrator_kit/rdm/migration/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _load_files(self, draft, entry, version_files):

identity = system_identity # Should we create an identity for the migration?

# take first file for the fist version
# take first file for the first version
filename = next(iter(version_files))

file = version_files[filename]
Expand Down

0 comments on commit 7fd6521

Please sign in to comment.