From 854a0a1fc6a942b84c83cea041e476ec876e13e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Mon, 11 Apr 2022 15:38:55 -0400 Subject: [PATCH] Add typo to task renaming to catch it next time --- pomodoro_to_harvest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py index 105fb14..486e6cc 100644 --- a/pomodoro_to_harvest.py +++ b/pomodoro_to_harvest.py @@ -221,7 +221,7 @@ for preferred, alternatives in replacement_project_names.items(): subproject_names = { "Contributing back to the community": ["contrib", "contributing", "contributions"], "Not billed": ["nb"], - "Planning": ["plan", "meeting", "pm", "project management"], + "Planning": ["plan", "meeting", "pm", "project management", "plannng"], "Quality Assurance": ["qa", "quality"], } for preferred, alternatives in subproject_names.items():