From 449b83e660177244235104525ae6c95db83b73cc Mon Sep 17 00:00:00 2001 From: Risu <79110363+risu729@users.noreply.github.com> Date: Fri, 7 Feb 2025 00:34:06 +1100 Subject: [PATCH] docs(schema): fix description of task.dir default --- schema/mise-task.json | 2 +- schema/mise.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/mise-task.json b/schema/mise-task.json index 650dcc5172..819413872c 100644 --- a/schema/mise-task.json +++ b/schema/mise-task.json @@ -91,7 +91,7 @@ }, "dir": { "default": "{{ config_root }}", - "description": "directory to run script in, default is current working directory", + "description": "directory to run script in, default is the project's base directory", "type": "string" }, "env": { diff --git a/schema/mise.json b/schema/mise.json index 6843fa1d38..40888cfa20 100644 --- a/schema/mise.json +++ b/schema/mise.json @@ -1066,7 +1066,7 @@ }, "dir": { "default": "{{ config_root }}", - "description": "directory to run script in", + "description": "directory to run script in, default is the project's base directory", "type": "string" }, "env": {