bin/homedir-setup

changeset 760
d439bf421f1b
parent 758
949b2d4df5fd
child 849
9a6cb845e239
--- 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

mercurial