fix: Use which asdf in bootstrap instead of asdf -v

This commit is contained in:
Robert Prehn 2021-05-06 12:22:22 -05:00
parent 1f8bdba4ca
commit 57218a5cb2

View file

@ -12,7 +12,7 @@ else
export KERL_CONFIGURE_OPTIONS="--disable-hipe --with-ssl=$(brew --prefix openssl)"
fi
if ! asdf -v &> /dev/null
if ! which asdf &> /dev/null
then
echo "WARNING: No asdf. Skipping erlang, elixir, node installation."
else