# HG changeset patch # User Meredith Howard # Date 1557164215 18000 # Node ID d439bf421f1b97884dc4633744dd5eb083b85d18 # Parent 656f6f6f63cf0d83adc961f3c867d226a6a60e95 fix diff --git a/bin/homedir-setup b/bin/homedir-setup --- a/bin/homedir-setup +++ b/bin/homedir-setup @@ -45,7 +45,7 @@ if [ "$minimal" -ne 1 ]; then for PLUGIN in ruby nodejs erlang elixir; do if ! [ -d .asdf/plugins/$PLUGIN ]; then - git clone --depth 1 "https://github.com/asdf-vm/asdf-$PLUGIN" .asdf/plugins/$LANG + git clone --depth 1 "https://github.com/asdf-vm/asdf-$PLUGIN" .asdf/plugins/$PLUGIN else pull .asdf/plugins/$PLUGIN fi