From da29706679dac091d5c6d9bca99a72a267587013 Mon Sep 17 00:00:00 2001 From: ishabi Date: Fri, 3 Jan 2025 15:23:44 +0100 Subject: [PATCH] change to custom branch --- utils/scripts/load-binary.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/scripts/load-binary.sh b/utils/scripts/load-binary.sh index 743f23bb54..a8abad2956 100755 --- a/utils/scripts/load-binary.sh +++ b/utils/scripts/load-binary.sh @@ -215,7 +215,7 @@ elif [ "$TARGET" = "agent" ]; then elif [ "$TARGET" = "nodejs" ]; then assert_version_is_dev # NPM builds the package, so we put a trigger file that tells install script to get package from github#master - echo "DataDog/dd-trace-js#master" > nodejs-load-from-npm + echo "DataDog/dd-trace-js#untrusted-deserialization" > nodejs-load-from-npm elif [ "$TARGET" = "waf_rule_set_v1" ]; then exit 1