Skip to content

Commit

Permalink
Update task-configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Dec 14, 2024
1 parent e7715c8 commit e3586b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/task-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**: <code v-pre>"{{ config_root }}"</code> - 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:
Expand Down

0 comments on commit e3586b7

Please sign in to comment.