Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Jun 26, 2017
1 parent 19ffe3d commit a51e9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulusci/tasks/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a51e9c3

Please sign in to comment.