Commit 51274a1
authored
<!-- markdownlint-disable-next-line first-line-heading -->
## Description
This stops `asdf` from throwing an *incredibly* obnoxious error the
first time you try to run the `poetry` binary it's literally just
installed for you:
```
$ poetry --help
No version is set for command poetry
Consider adding one of the following versions in your config file at /Users/alex/src/repository-template/.tool-versions
poetry 1.6.1
```
## Type of changes
- [ ] Refactoring (non-breaking change)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would change existing
functionality)
- [x] Bug fix (non-breaking change which fixes an issue)
1 parent fac3252 commit 51274a1
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments