fixed wrong loop in the workflow

This commit is contained in:
Sandro La Bruzzo 2020-02-26 12:18:50 +01:00
parent 7936583a3d
commit 119ae6eef5
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
<arg>--workingDirPath</arg><arg>${workingDirPath}</arg>
<arg>--graphPath</arg><arg>${graphPath}</arg>
</spark>
<ok to="indexSummary"/>
<ok to="end"/>
<error to="Kill"/>
</action>