Skip to content

Commit 6b6a8fe

Browse files
committed
Fix samples
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent d274143 commit 6b6a8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/listen-to-any-forever-foreach.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ do:
88
listen:
99
to:
1010
any: []
11-
while: '${ true }'
11+
until: '${ false }'
1212
foreach:
1313
item: event
1414
at: i

0 commit comments

Comments
 (0)