1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00

Documentation: Improve wording on the Variables section

Thanks @crewjam for the suggestion

Closes #234
This commit is contained in:
Andrey Nering 2019-08-10 19:50:47 -03:00
parent 955359b073
commit e414c1f7b0

View File

@ -400,7 +400,7 @@ tasks:
When doing interpolation of variables, Task will look for the below. When doing interpolation of variables, Task will look for the below.
They are listed below in order of importance (e.g. most important first): They are listed below in order of importance (e.g. most important first):
- Variables declared locally in the task - Variables declared in the task definition
- Variables given while calling a task from another. - Variables given while calling a task from another.
(See [Calling another task](#calling-another-task) above) (See [Calling another task](#calling-another-task) above)
- Variables declared in the `vars:` option in the `Taskfile` - Variables declared in the `vars:` option in the `Taskfile`