Commit 0d6f1c23 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix missing variable.

parent 6931c7e0
......@@ -90,7 +90,7 @@ if state == destroyed:\n
elif state == started:\n
if resource == setup_service_relative_url:\n
if isTransitionPossible(delivery, \'confirm\'):\n
delivery.confirm(comment=comment)\n
delivery.confirm(comment=\'Software Release request installation.\')\n
else:\n
# nothing to do in case if cleanup was\n
pass\n
......
31
\ No newline at end of file
32
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment