Skip to content

Commit

Permalink
hooks.md: MISE_PROJECT_DIR -> MISE_PROJECT_ROOT (#4269)
Browse files Browse the repository at this point in the history
Found minor discrepancy in var name. This is the correct one, right?

PS. Mise rocks! :P
  • Loading branch information
jubr authored Jan 30, 2025
1 parent c610d18 commit d10ba77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This hook will have the following environment variables set:
Hooks are executed with the following environment variables set:

- `MISE_ORIGINAL_CWD`: The directory that the user is in.
- `MISE_PROJECT_DIR`: The root directory of the project.
- `MISE_PROJECT_ROOT`: The root directory of the project.
- `MISE_PREVIOUS_DIR`: The directory that the user was in before the directory change (only if a directory change occurred).

## Shell hooks
Expand Down

0 comments on commit d10ba77

Please sign in to comment.