mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
e5863f3701
The current behavior in shims is to check if there's an existing shim for which the shim we're currently checking is a prefix. For example, if the shim has # asdf-plugin: erlang 21.2.6 Then adding a shim for `erlang 21.2` will fail. This updates the `grep` check to match the end of the line as well so we always get a full version check. Fixes #517 |
||
---|---|---|
.. | ||
commands | ||
utils.sh |