asdf-community / asdf-flutter

flutter plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
111 stars 31 forks source link

Remove echos with confuse asdf #21

Closed jdve closed 3 years ago

jdve commented 3 years ago

These print statements confuse asdf into listing the words of the statement as versions instead of the versions themselves:

$ asdf list all flutter jq is now in /usr/local/bin/jq

Fix this by removing these statements.

oae commented 3 years ago

Thank you for the pr.