Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions e2e/config/test_config_alias
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ tools.python = "1.0.0-python"
tools.mytool = "2"
tools.mytool-lts = "lts"

[alias]
[tool_alias]
erlang = 'asdf:https://github.com/jdx/mise-tiny'
node = "asdf:tiny"
corenode = "core:node"
python = 'asdf:jdx/mise-tiny'
mytool = "asdf:tiny"
[alias.mytool-lts]
[tool_alias.mytool-lts]
backend = "asdf:tiny"
versions = {lts = "1.0.1"}
EOF
Expand Down
2 changes: 1 addition & 1 deletion e2e/config/test_config_alias_github_edit
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cat <<EOF >mise.toml
version = "1.2.0"
asset_pattern = "edit-1.2.0-aarch64-linux-gnu.tar.zst"

[alias]
[tool_alias]
test-edit = "github:microsoft/edit"
EOF
assert "mise install test-edit"
Expand Down
4 changes: 2 additions & 2 deletions e2e/config/test_config_fmt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ min_version = "0"
[task_config]
[tasks.b]
[_]
[alias]
[tool_alias]
[env]
[hooks]
[plugins]
Expand All @@ -38,6 +38,6 @@ env_path = "."
[tasks.c]
[task_config]
[redactions]
[alias]
[tool_alias]
[plugins]
[settings]'
Loading