1
0
mirror of https://github.com/go-task/task.git synced 2025-03-25 21:39:05 +02:00

Merge pull request #97 from seblw/patch-1

Editorial changes in TASKFILE_VERSIONS.md
This commit is contained in:
Andrey Nering 2018-03-08 08:07:31 -03:00 committed by GitHub
commit 5649f75a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ The variable priority order was also different:
1. Call variables
2. Environment
3. Task variables
4. `Taskvars.yml` veriables
4. `Taskvars.yml` variables
## Version 2.0
@ -46,7 +46,7 @@ tasks:
- echo "Hello, World!"
```
Version 2 not allows you to write global variables directly in the Taskfile,
Version 2 allows you to write global variables directly in the Taskfile,
if you don't want to create a `Taskvars.yml`:
```yml