1
0
mirror of https://github.com/go-task/task.git synced 2025-07-17 01:43:07 +02:00

Merge pull request #765 from lhuang61/master

Fix typo
This commit is contained in:
Andrey Nering
2022-06-10 10:11:57 -03:00
committed by GitHub

View File

@ -594,7 +594,7 @@ tasks:
## Variables ## Variables
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 (i.e. most important first):
- Variables declared in the task definition - Variables declared in the task definition
- Variables given while calling a task from another - Variables given while calling a task from another