Fix typo in python recipe

Resolves #104
This commit is contained in:
Sabby Anandan
2019-06-04 15:43:41 -07:00
committed by Christian Tzolov
parent 4686ceb8d8
commit 15b91f35cf
2 changed files with 2 additions and 2 deletions

View File

@@ -30,4 +30,4 @@ def get_output_channel():
return get_cmd_arg("spring.cloud.stream.bindings.output.destination")
def get_reverse_string():
return get_cmd_arg("reverestring")
return get_cmd_arg("reversestring")