mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +02:00
fix typo in usage.mdx (#1985)
This commit is contained in:
@@ -1068,7 +1068,7 @@ some tasks could have dangerous side effects if run with un-set variables.
|
|||||||
|
|
||||||
Using `requires` you specify an array of strings in the `vars` sub-section under
|
Using `requires` you specify an array of strings in the `vars` sub-section under
|
||||||
`requires`, these strings are variable names which are checked prior to running
|
`requires`, these strings are variable names which are checked prior to running
|
||||||
the task. If any variables are un-set the the task will error and not run.
|
the task. If any variables are un-set then the task will error and not run.
|
||||||
|
|
||||||
Environmental variables are also checked.
|
Environmental variables are also checked.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user