Skip to content

Commit

Permalink
Update rabbit-hutch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
crjeder authored Oct 17, 2024
1 parent 9d886d7 commit 9a7549c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rabbit-hutch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ number:
then:
- logger.log: value changed
- if:
condition: !lambda |-
return (x > 4.0 || x < 0);
condition: lambda 'return (x > 4.0 || x < 0);
then:
- state_machine.transition: ERROR

Expand Down

0 comments on commit 9a7549c

Please sign in to comment.