grim/convey

Fix typo.
auto-split
2017-09-25, Eric Fritz
4a815329a019
Parents 6a57cb62056e
Children e4cae873f437
Fix typo.
  • +1 -1
    REFERENCE.md
  • --- a/REFERENCE.md Mon Sep 25 20:31:04 2017 -0500
    +++ b/REFERENCE.md Mon Sep 25 20:32:11 2017 -0500
    @@ -133,7 +133,7 @@
    | expand | | | The envvars which can be expanded into lists on use |
    | expand_delimiter | | ; | The string to split mapped values by |
    -The `expand` and `expand_delimiter` attributes allow an environment variable, which is an unstructured string, to act as if it is an array. This is useful for supplying an "abstract" parent task with several arguments for the same attribute (e.g. tags in a build task). Variables that occur in the environment with a name in expand will b esplit by the expand delimiter to form a list, where applicable.
    +The `expand` and `expand_delimiter` attributes allow an environment variable, which is an unstructured string, to act as if it is an array. This is useful for supplying an "abstract" parent task with several arguments for the same attribute (e.g. tags in a build task). Variables that occur in the environment with a name in expand will be split by the expand delimiter to form a list, where applicable.
    #### Example