Skip to content

Commit

Permalink
doc: drop the short-form of variable
Browse files Browse the repository at this point in the history
The short form of variable is not necessary yet.

Signed-off-by: Simon de Vlieger <[email protected]>
  • Loading branch information
supakeen committed Apr 15, 2024
1 parent e4c82c7 commit fa24094
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ Use a previously defined variable. String values can be used inside other
string values, non-string values *must* stand on their own.

```yaml
otk.define:
variable: "foo"
otk.include: ${variable}
otk.include: path/${variable}.yml
```

If a `${}` appears in a `str` value then its string value as it appears
Expand Down

0 comments on commit fa24094

Please sign in to comment.