From e3586b7ee6c47cd1dd8ca4706a7c83d6d4a93857 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sat, 14 Dec 2024 14:28:11 -0600 Subject: [PATCH] Update task-configuration.md --- docs/tasks/task-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/task-configuration.md b/docs/tasks/task-configuration.md index bc564d1d21..66c082df7c 100644 --- a/docs/tasks/task-configuration.md +++ b/docs/tasks/task-configuration.md @@ -122,7 +122,7 @@ run = [ ### `dir` - **Type**: `string` -- **Default**: `{{config_root}}` - the directory containing `mise.toml`, or in the case of something like `~/src/myproj/.config/mise.toml`, it will be `~/src/myproj`. +- **Default**: "{{ config_root }}" - the directory containing `mise.toml`, or in the case of something like `~/src/myproj/.config/mise.toml`, it will be `~/src/myproj`. The directory to run the task from. The most common way this is used is when you want the task to execute in the user's current directory: