Skip to content

Commit

Permalink
Fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
xsebek committed Jul 22, 2024
1 parent 7510e40 commit 7dcc3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/scenarios/Tutorials/move.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ objectives:
condition: |
r <- robotNamed "check";
w <- as r {count "Win"};
return (w >= 2)
return (w >= 1)
- id: move_along_corridor
teaser: Down the corridor
goal:
Expand Down

0 comments on commit 7dcc3f5

Please sign in to comment.