Skip to content

Commit dff3b57

Browse files
CCM-14510 Fix install deps target
1 parent 2aebd91 commit dff3b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/init.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ _install-dependency: # Install asdf dependency - mandatory: name=[listed in the
4747

4848
_install-dependencies: # Install all the dependencies listed in .tool-versions
4949
for plugin in $$(grep ^[a-z] .tool-versions | sed 's/[[:space:]].*//'); do
50-
make _install-dependency name="$${plugin}"
50+
$(MAKE) _install-dependency name=$${plugin}; \
5151
done
5252

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

0 commit comments

Comments
 (0)