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"