From 37d07d415ae34d6ec07c4cc59f03722d3d83f614 Mon Sep 17 00:00:00 2001 From: Mike Lewis Date: Mon, 27 Jun 2022 14:06:25 -0600 Subject: [PATCH] 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. --- docs/docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/usage.md b/docs/docs/usage.md index a5a4b533..d6f6359d 100644 --- a/docs/docs/usage.md +++ b/docs/docs/usage.md @@ -423,7 +423,7 @@ tasks: - ./*.go generates: - app{{exeExt}} - method: checksum + method: timestamp ``` :::info