From 2f4bd3fe5d2562ca52b2250117929b46ffe86867 Mon Sep 17 00:00:00 2001 From: David Wass Date: Tue, 6 Jan 2026 09:39:01 +0000 Subject: [PATCH] CCM-13755 - Correctly call install_dependency target --- scripts/init.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/init.mk b/scripts/init.mk index c42cf2bf..2df1a5e3 100644 --- a/scripts/init.mk +++ b/scripts/init.mk @@ -48,6 +48,7 @@ _install-dependency: # Install asdf dependency - mandatory: name=[listed in the _install-dependencies: # Install all the dependencies listed in .tool-versions for plugin in $$(grep '^[a-z]' .tool-versions | cut -f1 -d' '); do \ echo "Installing $${plugin}..."; \ + make _install-dependency name="$${plugin}"; \ done clean:: # Remove all generated and temporary files (common) @Operations