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

Website: Fix typo on usage.md (#1104)

This commit is contained in:
Misite Bao 2023-04-06 08:52:27 +08:00 committed by GitHub
parent f285d5dbf7
commit a6d57496c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -707,7 +707,7 @@ When the `timestamp` method is used, the last time of the running the task is co
:::
### Using programmatic checks to indicate a task is up to date.
### Using programmatic checks to indicate a task is up to date
Alternatively, you can inform a sequence of tests as `status`. If no error
is returned (exit status 0), the task is considered up-to-date: