asdf/lib
Paul Swartz e5863f3701 fix: check shims for the full version
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
2019-05-17 14:30:05 -04:00
..
commands fix: check shims for the full version 2019-05-17 14:30:05 -04:00
utils.sh Fix current when .tool-versions contains comments 2019-03-31 20:39:36 +01:00