asdf-community / asdf-hashicorp

HashiCorp plugin for the asdf version manager

Home Page:https://github.com/asdf-vm/asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not-a-bug: question about your code

aclarknexient opened this issue · comments

Hello,

I was reading your install script and wasn't sure what these lines did:

# required environment variables
: "${ASDF_INSTALL_TYPE?}"
: "${ASDF_INSTALL_VERSION?}"
: "${ASDF_INSTALL_PATH?}"

Could you possibly tell me? Sorry to bug you like this :(