Skip to content

Commit 97ff5d5

Browse files
CCM-14510 Fix install deps target
1 parent ad6fa70 commit 97ff5d5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/init.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ _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 | cut -f1 -d' '); do \
50-
make _install-dependency name="$${plugin}"
5150
$(MAKE) _install-dependency name=$${plugin}; \
5251
done
5352

0 commit comments

Comments
 (0)