From fd145ad7a199145c6f41466c4728478ef6e5a9f3 Mon Sep 17 00:00:00 2001 From: deadcxap Date: Mon, 25 Aug 2025 00:10:05 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=B3=D0=B8=D1=82=D0=B0=20=D1=81=20?= =?UTF-8?q?=D0=B0=D0=B2=D1=82=D0=BE=D1=80=D0=B8=D0=B7=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 4c5b182..06c5b5d 100644 --- a/setup.sh +++ b/setup.sh @@ -272,7 +272,8 @@ setup_role() { run "Cloning role repository (sparse)" bash -c " git --config-env=http.https://github.com/.extraheader=GH_AUTH_HEADER \ clone --depth=1 --filter=blob:none --sparse "$REPO_URL" "$TEMP_DIR" && - git -C "$TEMP_DIR" sparse-checkout set "$ROLE" + git --config-env=http.https://github.com/.extraheader=GH_AUTH_HEADER \ + -C "$TEMP_DIR" sparse-checkout set "$ROLE" " ROLE_SRC="$TEMP_DIR/$ROLE"