Skip to content

Commit

Permalink
fix: typo in prod (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 authored Dec 19, 2023
1 parent c3d9f23 commit 275a665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/collection_from_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def main() -> None:
"gsd": arguments.gsd,
"start_datetime": arguments.start_date,
"end_datetime": arguments.end_date,
"lifecycle": arguments.lifecyle,
"lifecycle": arguments.lifecycle,
"location": arguments.location,
"event": arguments.event,
"historic_survey_number": arguments.historic_survey_number,
Expand Down

0 comments on commit 275a665

Please sign in to comment.