From b288154d29e4426e2a95904c95fc0641f4d796c7 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 25 Nov 2025 13:52:25 +0000 Subject: [PATCH] Convert to array Signed-off-by: Marcus Noble --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index 497ccb4..d1c6b19 100755 --- a/sync.sh +++ b/sync.sh @@ -25,7 +25,7 @@ do REPOS="${REPOS}\n${REPO_PAGE}" PAGE=$((PAGE + 1)) done - +REPOS=($(echo ${REPOS})) getDefaultBranch() { curl -X GET "https://git.cluster.fun/api/v1/repos/AverageMarcus/${1}?access_token=${GITEA_TOKEN}" -H "accept: application/json" --silent | jq -r '.default_branch'