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

Correct method: timestamp example block

The text above this block currently references a `timestamp` method for checking if a task should be run, then the example uses `checksum` instead.
This commit is contained in:
Mike Lewis 2022-06-27 14:06:25 -06:00 committed by GitHub
parent 7707179b93
commit 37d07d415a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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