From 3dc0ef721f44800220496bf1b424a8f846b49208 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 13 Dec 2020 16:44:12 +0000 Subject: [PATCH] Fix gitlab lookup --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index 1e23c9e..a3b56eb 100755 --- a/sync.sh +++ b/sync.sh @@ -35,7 +35,7 @@ bitbucketMakeRepo() { } gitlabGetRepo() { - curl -f "https://gitlab.com/api/v4/projects/averagemarcus/${1}?private_token=${GITLAB_TOKEN}" --silent 1> /dev/null + curl -f "https://gitlab.com/api/v4/projects/averagemarcus%2F${1}?private_token=${GITLAB_TOKEN}" --silent 1> /dev/null } gitlabMakeRepo() { echo "Creating gitlab repo"