From a51e9c3fba7a94364d312f5758a567aaae6da94b Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Mon, 26 Jun 2017 10:42:51 -0500 Subject: [PATCH] Fix typo --- cumulusci/tasks/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulusci/tasks/util.py b/cumulusci/tasks/util.py index 4bcb365e18..c712683fc9 100644 --- a/cumulusci/tasks/util.py +++ b/cumulusci/tasks/util.py @@ -180,7 +180,7 @@ def _run_task(self): ) find_replace_regex_options = FindReplace.task_options.copy() -del find_repalce_regex_options['max'] +del find_replace_regex_options['max'] class FindReplaceRegex(FindReplace): task_options = find_replace_regex_options