Skip to content

Commit 3032ee4

Browse files
CCM-13755 - Correctly call install_dependency target
1 parent 8936d97 commit 3032ee4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)