From 275a6658f2144f2a4cf2a690a2ea2b701aafc44b Mon Sep 17 00:00:00 2001 From: Megan Davidson <33814653+MDavidson17@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:15:25 +1300 Subject: [PATCH] fix: typo in prod (#788) --- scripts/collection_from_items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,