1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00

Documentation: version: '2' -> version: '3'

https://github.com/go-task/task/pull/929#discussion_r1082370557
This commit is contained in:
Andrey Nering
2023-01-29 15:39:45 -03:00
parent ecc65a218e
commit 1091a914bd

View File

@@ -1428,7 +1428,7 @@ and [`shopt`](https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Built
builtins. This can be added at global, task or command level.
```yaml
version: '2'
version: '3'
set: [pipefail]
shopt: [globstar]