Skip to content

Commit

Permalink
[processing] fixed typo in saga supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Feb 8, 2016
1 parent 7a7f2d7 commit 964ae1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SagaAlgorithmProvider(AlgorithmProvider):
"2.1.4": ("2.1.4", SagaAlgorithm214),
"2.2.0": ("2.2.0", SagaAlgorithm214),
"2.2.1": ("2.2.0", SagaAlgorithm214),
"2.2.0": ("2.2.2", SagaAlgorithm214)}
"2.2.2": ("2.2.2", SagaAlgorithm214)}

def __init__(self):
AlgorithmProvider.__init__(self)
Expand Down

0 comments on commit 964ae1f

Please sign in to comment.