mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
a1bc06fb82
Before this patch, with a `.tool-versions` file like: ``` lfe ref:master ``` `get_preset_version_for` would return `ref` instead of `ref:master`. Same was happening for `path:` versions. Actually there was PR #95 on which I based my changes but instead of using space as delimiter I went for using `|` which would be a lot more weird if present as part of a file path, this also allows to specify paths which have spaces which are much more frequent. Closes #94 #95 |
||
---|---|---|
.. | ||
current.sh | ||
help.sh | ||
install.sh | ||
list-all.sh | ||
list.sh | ||
plugin-add.sh | ||
plugin-list.sh | ||
plugin-push.sh | ||
plugin-remove.sh | ||
plugin-test.sh | ||
plugin-update.sh | ||
reshim.sh | ||
uninstall.sh | ||
version_commands.sh | ||
where.sh |