From 509cbd7c1fe439481853d610fcef7df34c2cea27 Mon Sep 17 00:00:00 2001 From: esemenov Date: Thu, 28 Dec 2023 15:56:19 +0600 Subject: [PATCH] fix: build fix --- scripts/get-policies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/get-policies.sh b/scripts/get-policies.sh index e3732d94..5367c5b4 100644 --- a/scripts/get-policies.sh +++ b/scripts/get-policies.sh @@ -2,7 +2,7 @@ rm -rf temp RANDOM=$(curl https://uuid.new) curl https://cdn.zuplo.com/policies/runtime.zip?$RANDOM -o runtime.zip curl https://cdn.zuplo.com/policies/graphql.zip?$RANDOM -o graphql.zip -unzip -q graphql.zip -d policies -unzip -q runtime.zip -d policies +unzip -q -o graphql.zip -d policies +unzip -q -o runtime.zip -d policies rm graphql.zip rm runtime.zip \ No newline at end of file