updated gitlab_project_set_description.sh

pull/2/head
Hari Sekhon 2 years ago
parent ad8f57172d
commit 04eb994cc9

@ -75,7 +75,7 @@ set_project_description(){
project="$gitlab_user/$project"
fi
timestamp "Setting GitLab project '$project' description to '$description'" >&2
timestamp "Setting GitLab project '$project' description to '$description'"
# url-encode project name otherwise GitLab API will fail to find project and return 404
project="$("$srcdir/urlencode.sh" <<< "$project")"

Loading…
Cancel
Save