Skip to content

Commit

Permalink
docs: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Apr 3, 2020
1 parent 1f189bb commit 1956cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/misc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ It is, which is why we recommend that tasks are written to be idempotent. Tasks

This is intentional, we don't re-run tasks on file watch events. We debated this behavior quite a bit and ultimately opted not to run task dependencies on every watch event.

### Why is my task not running on `garden deploy` or `garden env`?
### Why is my task not running on `garden deploy` or `garden dev`?

The task result is likely cached. Garden won't run tasks with cached results unless `cacheResult: false` is set on the task definition.

Expand Down

0 comments on commit 1956cf6

Please sign in to comment.