From e1ced53ac3fcf5510284aa163b66c52456f4d948 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 10 May 2026 05:12:44 +0100 Subject: [PATCH] fix(installer): satisfy shellcheck promotion wrapper --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 52d8e0386356..dcd412172ee1 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1435,7 +1435,7 @@ promote_supported_node_binary() { } activate_supported_node_on_path() { - promote_supported_node_binary "$@" + promote_supported_node_binary } print_active_node_paths() {