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)"
|
||||
fi
|
||||
|
||||
if ! asdf -v &> /dev/null
|
||||
if ! which asdf &> /dev/null
|
||||
then
|
||||
echo "WARNING: No asdf. Skipping erlang, elixir, node installation."
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue