Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit de787b9

Browse files
committed
Try to fix broken gitbook reference docs
1 parent 4f19014 commit de787b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ variables:
4141
4242
Commands are a familiar way to manipulate variables. They allow you to run shell commands and use their output. There are practically no limitations as to what you can do.
4343
44-
The syntax for commands is very similar to the syntax of variables, but instead of using `{{` and `}}` as as delimiters, it uses `{%` and `%}`. For example `{$ echo $ENV_VARIABLE $}`
44+
The syntax for commands is very similar to the syntax of variables, but instead of using `{{` and `}}` as as delimiters, it uses `{% shell cmd %}`. For example `{$ echo $ENV_VARIABLE $}`
4545

4646
### Executables
4747

0 commit comments

Comments
 (0)