Fix gitlab lookup

This commit is contained in:
Marcus Noble 2020-12-13 16:44:12 +00:00
parent f5b169997b
commit 3dc0ef721f
1 changed files with 1 additions and 1 deletions

View File

@ -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"