Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: resolve config_root for dir tasks option #3649

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Conversation

risu729
Copy link
Contributor

@risu729 risu729 commented Dec 17, 2024

These throw errors dir not found.

[tasks.test]
run = "pwd"
dir = "{{ config_root}}"
[tasks.test]
run = "pwd"
dir = "test"

Run cd test && mise run test.

I'm quite new to Rust so please fix if something is wrong.

@jdx jdx merged commit ec9e03f into jdx:main Dec 17, 2024
20 checks passed
@risu729 risu729 deleted the fix/dir-template branch December 17, 2024 16:33
miguelmig pushed a commit to miguelmig/mise that referenced this pull request Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants