We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6fa70 commit 97ff5d5Copy full SHA for 97ff5d5
1 file changed
scripts/init.mk
@@ -47,7 +47,6 @@ _install-dependency: # Install asdf dependency - mandatory: name=[listed in the
47
48
_install-dependencies: # Install all the dependencies listed in .tool-versions
49
for plugin in $$(grep '^[a-z]' .tool-versions | cut -f1 -d' '); do \
50
- make _install-dependency name="$${plugin}"
51
$(MAKE) _install-dependency name=$${plugin}; \
52
done
53
0 commit comments