From 6584bcf87f14e7dcbdfbb2c8c5e1eaefca41d4b1 Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Thu, 21 Jul 2022 14:30:51 +0200 Subject: [PATCH] Resolve contradiction. --- 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 e1ff85aa..a32179ba 100644 --- a/docs/docs/usage.md +++ b/docs/docs/usage.md @@ -215,7 +215,7 @@ includes: :::info Vars declared in the included Taskfile have preference over the -included ones! If you want a variable in an included Taskfile to be overridable, +variables in the including Taskfile! If you want a variable in an included Taskfile to be overridable, use the [default function](https://go-task.github.io/slim-sprig/defaults.html): `MY_VAR: '{{.MY_VAR | default "my-default-value"}}'`.