diff --git a/scripts/collection_from_items.py b/scripts/collection_from_items.py index a432f80c9..0ecb5d7e9 100644 --- a/scripts/collection_from_items.py +++ b/scripts/collection_from_items.py @@ -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,