asdf/lib
Victor Borja a1bc06fb82 Bugfix: ref: and path: versions are not read correctly.
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
2016-12-15 06:12:09 -06:00
..
commands Bugfix: ref: and path: versions are not read correctly. 2016-12-15 06:12:09 -06:00
utils.sh Bugfix: ref: and path: versions are not read correctly. 2016-12-15 06:12:09 -06:00