asdf-vm / asdf

Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
https://asdf-vm.com/
MIT License
21.14k stars 763 forks source link

fix: Avoid false warning on clean up. #1755

Open slewsys opened 2 months ago

slewsys commented 2 months ago

Summary

This is an alternative to #1721, and may be closer to the original intent: if asdf is configured to preserve downloads, but the download_path directory is missing, then give warning.

Fixes: Removes false warning on clean up.

BraDaga commented 1 month ago

H