Skip to content

Commit

Permalink
docs(schema): fix description of task.dir default
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 committed Feb 6, 2025
1 parent ddf6a99 commit 449b83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema/mise-task.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion schema/mise.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 449b83e

Please sign in to comment.