Skip to content

Commit f531aaf

Browse files
fix
1 parent 93f72a7 commit f531aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/init.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ _install-dependency: # Install asdf dependency - mandatory: name=[listed in the
4848
_install-dependencies: # Install all the dependencies listed in .tool-versions
4949
for plugin in $$(grep '^[a-z]' .tool-versions | cut -f1 -d' '); do \
5050
echo "Installing $${plugin}..."; \
51+
$(MAKE) _install-dependency name=$${plugin}; \
5152
done
5253

5354
clean:: # Remove all generated and temporary files (common) @Operations

0 commit comments

Comments
 (0)