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

Merge pull request #791 from MPLew-is/patch-1

Correct `method: timestamp` example block in usage docs
This commit is contained in:
Andrey Nering
2022-06-27 17:52:18 -03:00
committed by GitHub

View File

@@ -423,7 +423,7 @@ tasks:
- ./*.go
generates:
- app{{exeExt}}
method: checksum
method: timestamp
```
:::info