fix: Use which asdf in bootstrap instead of asdf -v
This commit is contained in:
parent
1f8bdba4ca
commit
57218a5cb2
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ else
|
||||||
export KERL_CONFIGURE_OPTIONS="--disable-hipe --with-ssl=$(brew --prefix openssl)"
|
export KERL_CONFIGURE_OPTIONS="--disable-hipe --with-ssl=$(brew --prefix openssl)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! asdf -v &> /dev/null
|
if ! which asdf &> /dev/null
|
||||||
then
|
then
|
||||||
echo "WARNING: No asdf. Skipping erlang, elixir, node installation."
|
echo "WARNING: No asdf. Skipping erlang, elixir, node installation."
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue