Skip to content

Commit 02f5733

Browse files
authored
Fix FORMAT.md variable braces (#105)
- The example has unbalanced braces and would not actually populate three navigable variables.
1 parent ce2799e commit 02f5733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FORMAT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You can specify which part of the Workflow command maps to an argument by surrou
5151

5252
For example the workflow command:
5353
```bash
54-
for {{variable} in {{sequence}}}; do
54+
for {{variable}} in {{sequence}}; do
5555
{{command}}
5656
done
5757
```

0 commit comments

Comments
 (0)