From 8c812fd1a8b1dfc87d6d690094bea57f0f70d177 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 23 Aug 2021 11:50:49 +0200 Subject: [PATCH] chg: [tracker] typo fixed --- bin/lib/Tracker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lib/Tracker.py b/bin/lib/Tracker.py index 280f7128..1c3005cb 100755 --- a/bin/lib/Tracker.py +++ b/bin/lib/Tracker.py @@ -1026,7 +1026,7 @@ def api_create_retro_hunt_task(dict_input, creator): # timeout=30 rule = dict_input.get('rule', None) if not rule: - return ({"status": "error", "reason": "Retro Hunt Rile not provided"}, 400) + return ({"status": "error", "reason": "Retro Hunt Rule not provided"}, 400) task_type = dict_input.get('type', None) if not task_type: return ({"status": "error", "reason": "type not provided"}, 400)