fix

Mon, 06 May 2019 12:36:55 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 06 May 2019 12:36:55 -0500
changeset 760
d439bf421f1b
parent 759
656f6f6f63cf
child 761
21d7274d64a4

fix

bin/homedir-setup file | annotate | diff | comparison | revisions
--- 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