Merge pull request #540 from thoughtbot/ek-asdf-update-0-5-0

Update asdf to 0.5.0
trunk
Eebs Kobeissi 6 years ago committed by GitHub
commit fc4c2ec36c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
mac

@ -163,7 +163,7 @@ brew link --force heroku
fancy_echo "Configuring asdf version manager..."
if [ ! -d "$HOME/.asdf" ]; then
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.3.0
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.5.0
append_to_zshrc "source $HOME/.asdf/asdf.sh" 1
fi

Loading…
Cancel
Save